blob: 52f824ee00c745bff92e8a0368040cb755aa309c [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.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sys_util = "0.1.0"
tempfile = "3.0"
thiserror = "1.0"
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[patch.crates-io] # ignored by ebuild
data_model = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/data_model-0.1.0/" } # ignored by ebuild
sync = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/sync-0.1.149/" } # ignored by ebuild
sys_util = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/sys_util-0.1.0/" } # ignored by ebuild
sys_util_core = { path = "../../../chroot/usr/lib/cros_rust_registry/registry/sys_util_core-0.1.0/" } # ignored by ebuild