librespot/protocol/Cargo.toml

17 lines
391 B
TOML
Raw Normal View History

[package]
name = "librespot-protocol"
2021-10-13 14:10:18 +00:00
version = "0.3.0"
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]
2021-05-04 11:57:05 +00:00
protobuf = "2.14.0"
[build-dependencies]
2021-05-04 11:57:05 +00:00
protobuf-codegen-pure = "2.14.0"
glob = "0.3.0"