librespot/protocol/Cargo.toml
Paul Lietar 3c29d744a9 Use the protobuf_build crate to simplify build process.
Removes external dependency on rust-protobuf, which prevents version
mismatch between the runtime and the compiler.
2016-01-13 00:16:02 +00:00

13 lines
273 B
TOML

[package]
name = "librespot-protocol"
version = "0.1.0"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
[dependencies]
mod_path = "~0.1.6"
protobuf = "~1.0.10"
[build-dependencies.protobuf_build]
git = "https://github.com/plietar/rust-protobuf-build.git"