rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
71 stars 92 forks source link

add deps for protobuf #4

Closed QuietMisdreavus closed 5 years ago

QuietMisdreavus commented 5 years ago

The protobuf crate requires the protobuf headers, and the exonum crate requires the protoc compiler. (It turns out libprotobuf-dev was already installed on docs.rs, but i just installed protobuf-compiler to allow exonum to build.)