mirror of
https://github.com/containers/bootc.git
synced 2026-02-06 18:46:25 +01:00
This adapts code rewritten from rpm-ostree to synthesize tmpfiles.d entries. Signed-off-by: Colin Walters <walters@verbum.org>
25 lines
523 B
TOML
25 lines
523 B
TOML
[package]
|
|
name = "bootc-tmpfiles"
|
|
version = "0.1.0"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
camino = { workspace = true }
|
|
fn-error-context = { workspace = true }
|
|
cap-std-ext = { version = "4" }
|
|
thiserror = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
bootc-utils = { path = "../utils" }
|
|
rustix = { workspace = true }
|
|
uzers = "0.12"
|
|
|
|
[dev-dependencies]
|
|
anyhow = { workspace = true }
|
|
indoc = { workspace = true }
|
|
similar-asserts = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|