librespot/protocol/Cargo.toml
2022-07-30 22:28:12 +02:00

16 lines
383 B
TOML

[package]
name = "librespot-protocol"
version = "0.5.0-dev"
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"
protobuf-codegen-pure = "2"