| [package] | |
| name = "system_api" | |
| version = "0.24.53" | |
| authors = ["The ChromiumOS Authors"] | |
| edition = "2021" | |
| include = ["Cargo.toml", "build.rs", "src/*", "src/bindings/*"] | |
| [build-dependencies] | |
| chromeos-dbus-bindings = { path = "../chromeos-dbus-bindings"} # provided by ebuild | |
| protobuf-codegen = "3.2" | |
| [dependencies] | |
| dbus = { version = "0.9.7", features = ["stdfd"] } | |
| protobuf = "3.2" |