librespot/protocol/Cargo.toml

17 lines
397 B
TOML
Raw Permalink Normal View History

[package]
name = "librespot-protocol"
2024-10-31 22:14:13 +00:00
version = "0.6.0-dev"
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"
2022-08-02 19:42:38 +00:00
edition = "2021"
[dependencies]
protobuf = "3.5"
[build-dependencies]
protobuf-codegen = "3"