mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
16 lines
385 B
TOML
16 lines
385 B
TOML
[package]
|
|
name = "librespot-protocol"
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
authors = ["Paul Liétar <paul@lietar.net>"]
|
|
license.workspace = true
|
|
description = "The protobuf logic for communicating with Spotify servers"
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
protobuf = "3"
|
|
|
|
[build-dependencies]
|
|
protobuf-codegen = "3"
|