mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
11 lines
253 B
TOML
11 lines
253 B
TOML
[package]
|
|
name = "librespot-protocol"
|
|
version = "0.1.0"
|
|
authors = ["Paul Liétar <paul@lietar.net>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
protobuf = "~1.0.10"
|
|
|
|
[build-dependencies.protobuf_build]
|
|
git = "https://github.com/plietar/rust-protobuf-build.git"
|