blob: 83326c1d16e12d2988b722d3838aeae304ef0c09 [file] [log] [blame]
[package]
name = "system_api"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[lib]
path = "src/system_api.rs"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
dbus = { version = "0.9.7", features = ["stdfd"] }
protobuf = "3.2"