librespot/protocol/Cargo.toml

18 lines
405 B
TOML
Raw Normal View History

[package]
name = "librespot-protocol"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
2022-08-01 11:10:39 +00:00
rust-version = "1.61"
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"
2022-08-02 19:42:38 +00:00
edition = "2021"
[dependencies]
protobuf = "2"
[build-dependencies]
glob = "0.3"
protobuf-codegen-pure = "2"