librespot/protocol/Cargo.toml
yubiuser dcd592bafb
Update MSRV to 1.74.0 and sysinfo to 0.31.3
Signed-off-by: yubiuser <github@yubiuser.dev>
2024-08-27 23:16:48 +02:00

17 lines
387 B
TOML

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