librespot/protocol/Cargo.toml
Christian König ca035c9d17
Set MSRV in Cargo.toml files to 1.71
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-05-11 19:03:06 +00:00

17 lines
387 B
TOML

[package]
name = "librespot-protocol"
version = "0.5.0-dev"
rust-version = "1.71"
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]
protobuf-codegen = "3"