blob: 6db7fd2ba7eb88e0d30ff423eb6d7bca03c1c284 [file] [log] [blame]
[package]
name = "os_install_service"
version = "1.0.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
anyhow = "1.0"
chrono = "0.4"
crossbeam-channel = "0.5"
dbus = "0.8"
lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }
nix = "0.19"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sys_util = { path = "../../platform/crosvm/common/sys_util" } # provided by ebuild
tempfile = "3.0"
thiserror = "1.0"
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"