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

[dependencies]
protobuf = "=1.4.3"

[build-dependencies]
gcc = "=0.3.54"
protoc-rust = "=1.4.3"