1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-06 18:46:25 +01:00
Files
bootc/tmpfiles/Cargo.toml
Colin Walters 3f48f548d9 tmpfiles: New crate
This adapts code rewritten from rpm-ostree to synthesize
tmpfiles.d entries.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-02-12 18:56:27 -05:00

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