| [package] | |
| name = "system_api" | |
| version = "0.24.53" | |
| authors = ["The ChromiumOS Authors"] | |
| edition = "2018" | |
| include = ["Cargo.toml", "build.rs", "src/*", "src/bindings/*"] | |
| [build-dependencies] | |
| chromeos-dbus-bindings = { path = "../chromeos-dbus-bindings"} # provided by ebuild | |
| protoc-rust = "2.3" | |
| [dependencies] | |
| dbus = "0.9" | |
| protobuf = "2.24" |