crosvm/power_monitor/Cargo.toml
Ryo Hashimoto bf0294eb7f power_monitor: Upgrade dbus to 0.9
BUG=b:197638022, b:190791826
TEST=`cat $(find /sys -name voltage_now 2>/dev/null)` in adb shell

Change-Id: Ie195abeee7aa601d6b42b900d2197f30a128e8e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3135100
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org>
2021-09-01 18:21: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.9", optional = true }
protobuf = { version = "2.8.1", optional = true }
[build-dependencies]
protoc-rust = { version = "2.8.1", optional = true }