librespot/protocol/Cargo.toml

17 lines
381 B
TOML
Raw Normal View History

[package]
name = "librespot-protocol"
2021-10-24 18:12:33 +00:00
version = "0.3.1"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
description = "The protobuf logic for communicating with Spotify servers"
license = "MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018"
[dependencies]
protobuf = "2"
[build-dependencies]
glob = "0.3.0"
protobuf-codegen-pure = "2"