crosvm/power_monitor/Cargo.toml
Daniel Verkamp a8991bf251 power_monitor: switch to proto_build_tools
BUG=b:256951877
TEST=cargo build
TEST=cargo build --features=power-monitor-powerd
TEST=emerge-brya crosvm

Change-Id: I7e60531eb8c67b967a7935098245fa6006fc252b
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4122806
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2023-01-03 22:22:11 +00:00

18 lines
368 B
TOML

[package]
name = "power_monitor"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[features]
powerd = ["dbus"]
[dependencies]
base = { path = "../base" }
dbus = { version = "0.9", optional = true }
protobuf = { version = "2.8.1" }
remain = "0.2"
thiserror = "1.0.20"
[build-dependencies]
proto_build_tools = { path = "../proto_build_tools" }