librespot/protocol/Cargo.toml
2024-10-31 23:14:13 +01:00

16 lines
397 B
TOML

[package]
name = "librespot-protocol"
version = "0.6.0-dev"
rust-version.workspace = true
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.5"
[build-dependencies]
protobuf-codegen = "3"