crosvm/plugin_proto/Cargo.toml
Manoj Gupta d8f10af6ae crosvm: Switch to cc crate.
We do not want to add dependencies on GCC. Switch to cc crate
instead of gcc to honor CC setting.

CQ-DEPEND=CL:1066462

BUG=chromium:814480
TEST=emerge-{eve,kevin} crosvm works.

Change-Id: I4e846b2080503e5617ed66e709f7af5263c98fba
Reviewed-on: https://chromium-review.googlesource.com/1066461
Commit-Ready: Manoj Gupta <manojgupta@chromium.org>
Tested-by: Manoj Gupta <manojgupta@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2018-05-18 23:07:28 -07:00

14 lines
233 B
TOML

[package]
name = "plugin_proto"
version = "0.14.0"
authors = ["The Chromium OS Authors"]
build = "build.rs"
[dependencies]
protobuf = "*"
kvm_sys = { path = "../kvm_sys" }
[build-dependencies]
cc = "=1.0.15"
protoc-rust = "=1.4.3"