1[package]
2name = "system_api"
3version = "0.1.0"
4authors = ["The ChromiumOS Authors"]
5edition = "2021"
6
7[lib]
8path = "src/system_api.rs"
9
10[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
11dbus = { version = "0.9.7", features = ["stdfd"] }
12protobuf = "3.2"
13