summary refs log tree commit diff
path: root/plugin_proto/Cargo.toml
blob: d8f150932042a17669bd62904a324f1a96b86035 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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"