1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00
librespot/protocol/Cargo.toml
2025-08-24 16:49:07 +02:00

16 lines
385 B
TOML

[package]
name = "librespot-protocol"
version.workspace = true
rust-version.workspace = true
authors = ["Paul Liétar <paul@lietar.net>"]
license.workspace = true
description = "The protobuf logic for communicating with Spotify servers"
repository.workspace = true
edition.workspace = true
build = "build.rs"
[dependencies]
protobuf = "3"
[build-dependencies]
protobuf-codegen = "3"