librespot/protocol/Cargo.toml
2021-02-22 00:37:28 +00:00

16 lines
360 B
TOML

[package]
name = "librespot-protocol"
version = "0.1.6"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
description="The protobuf logic for communicating with Spotify servers"
license="MIT"
edition = "2018"
[dependencies]
protobuf = "~2.14.0"
[build-dependencies]
protobuf-codegen-pure = "~2.14.0"
protobuf-codegen = "~2.14.0"
glob = "0.3.0"