librespot/protocol/Cargo.toml
Guillaume Desmottes 1912065248
Cargo: use rust-version from workspace (#1375)
Make it easier to check and update.
2024-10-17 17:01:56 +02:00

16 lines
393 B
TOML

[package]
name = "librespot-protocol"
version = "0.5.0"
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"