librespot/protocol/Cargo.toml
2019-07-30 11:00:02 +02:00

12 lines
209 B
TOML

[package]
name = "librespot-protocol"
version = "0.1.0"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
[dependencies]
protobuf = "2.8.*"
[build-dependencies]
protobuf-codegen-pure = "2.8.*"