| [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" |