librespot/protocol/Cargo.toml
2015-07-02 22:00:30 +02:00

13 lines
230 B
TOML

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