mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
13 lines
233 B
TOML
13 lines
233 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/stepancheg/rust-protobuf.git"
|
||
|
|