mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 10:10:41 +00:00
62770b484a
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>
16 lines
278 B
TOML
16 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"
|