blob: b19699876837608dd0c01822ac973c11d59b54bf [file] [log] [blame]
[package]
name = "os_install_service"
version = "1.0.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
anyhow = "1.0"
chrono = "0.4"
crossbeam-channel = "0.5"
dbus = "0.9"
dbus-tree = "0.9"
lazy_static = "1.4"
libchromeos = { path = "../libchromeos-rs" } # provided by ebuild
log = { version = "0.4", features = ["std"] }
nix = { version = "0.27", features = ["mount"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.0"
thiserror = "1.0"
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"