librespot/protocol/Cargo.toml

17 lines
360 B
TOML
Raw Normal View History

[package]
name = "librespot-protocol"
2020-07-29 15:23:41 +00:00
version = "0.1.3"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
description="The protobuf logic for communicating with Spotify servers"
license="MIT"
edition = "2018"
[dependencies]
2020-07-25 03:50:58 +00:00
protobuf = "~2.14.0"
[build-dependencies]
2020-07-25 03:50:58 +00:00
protobuf-codegen-pure = "~2.14.0"
protobuf-codegen = "~2.14.0"
glob = "0.3.0"