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