1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/sysusers/Cargo.toml
Colin Walters f6a4bada34 Rework utils and blockdev crates as -internals in prep for publishing
See https://github.com/coreos/bootupd/pull/963

Basically I just want a way to keep these in sync with bootupd;
we're not attempting to make a truly public library.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-07-01 08:25:26 -04:00

26 lines
612 B
TOML

[package]
name = "bootc-sysusers"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2021"
publish = false
[dependencies]
anyhow = { workspace = true }
camino = { workspace = true }
fn-error-context = { workspace = true }
cap-std-ext = { version = "4", features = ["fs_utf8"] }
hex = "0.4"
thiserror = { workspace = true }
tempfile = { workspace = true }
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.0.0" }
rustix = { workspace = true }
uzers = "0.12"
[dev-dependencies]
indoc = { workspace = true }
similar-asserts = { workspace = true }
[lints]
workspace = true