crosvm/power_monitor/Cargo.toml
Ryo Hashimoto c54cf6c8e9 power_monitor: Upgrade dbus to 0.8
To be consistent with other Chromium OS rust code.

BUG=b:190791826
TEST=cat $(find /sys -name voltage_now 2>/dev/null)

Change-Id: I578bddc14259b32ffed709a8d4b490cabb6a435d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2970820
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org>
2021-06-22 05:44:42 +00:00

16 lines
376 B
TOML

[package]
name = "power_monitor"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[features]
powerd = ["dbus", "protobuf", "protoc-rust"]
[dependencies]
base = { path = "../base" }
dbus = { version = "0.8", optional = true }
protobuf = { version = "2.8.1", optional = true }
[build-dependencies]
protoc-rust = { version = "2.8.1", optional = true }