librespot/protocol/Cargo.toml-e

17 lines
385 B
Text
Raw Normal View History

2024-10-15 18:34:15 +00:00
[package]
name = "librespot-protocol"
2024-10-15 18:38:42 +00:00
version = "0.5.0"
2024-10-15 18:34:15 +00:00
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.5"
[build-dependencies]
protobuf-codegen = "3"