librespot/protocol/Cargo.toml
2023-01-17 21:46:14 +01:00

17 lines
400 B
TOML

[package]
name = "librespot-protocol"
version = "0.5.0-dev"
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"
edition = "2021"
[dependencies]
protobuf = "3"
[build-dependencies]
glob = "0.3"
protobuf-codegen = "3"