summary refs log tree commit diff
path: root/plugin_proto/Cargo.toml
blob: ea2dac907161d1d085991356c31938a9f83a022b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "plugin_proto"
version = "0.17.0"
authors = ["The Chromium OS Authors"]
build = "build.rs"

[dependencies]
protobuf = "2.3"
kvm_sys = { path = "../kvm_sys" }

[build-dependencies]
cc = "=1.0.25"
protoc-rust = "2.3"