crosvm/plugin_proto/Cargo.toml
Zach Reizner ce8961d1fc allow non-dirty log memory regions from the plugin process
Dirty logging is not necessary for every memory region, so the plugin
process should be able to specific exactly which regions it would like
dirty logging enabled for.

TEST=cargo test --features plugin
BUG=chromium:800626

Change-Id: I28b8285357e7de1c8c3a1392bdfdb4853ec5a654
Reviewed-on: https://chromium-review.googlesource.com/900294
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
2018-02-12 22:42:37 -08:00

13 lines
199 B
TOML

[package]
name = "plugin_proto"
version = "0.8.0"
authors = ["The Chromium OS Authors"]
build = "build.rs"
[dependencies]
protobuf = "*"
[build-dependencies]
gcc = "=0.3.54"
protoc-rust = "=1.4.3"