librespot/protocol/Cargo.toml

12 lines
199 B
TOML

[package]
name = "librespot-protocol"
version = "0.1.0"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
[dependencies]
protobuf = "2.0.5"
[build-dependencies]
protoc-rust = "2.0.5"