crosvm/protos/Cargo.toml
Dennis Kempin 62770b484a Remove trunks proto from crosvm build
The feature was never finished (crbug.com/911799), but adds a
build-time dependency on the trunks proto in platform2.

BUG=b:193267897
TEST=cargo build with and without tpm feature

Change-Id: I7299ba0779bb04ebca6284cfd11873e99500c993
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3043491
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2021-07-31 03:01:21 +00:00

17 lines
278 B
TOML

[package]
name = "protos"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[features]
plugin = ["kvm_sys"]
composite-disk = []
[dependencies]
kvm_sys = { path = "../kvm_sys", optional = true }
protobuf = "2.3"
[build-dependencies]
protoc-rust = "2.3"