spotifyio/crates/protocol/Cargo.toml
2024-11-26 18:55:07 +01:00

16 lines
385 B
TOML

[package]
name = "spotifyio-protocol"
version = "0.1.0"
edition.workspace = true
authors = ["Paul Liétar <paul@lietar.net>"]
license = "MIT"
description = "The protobuf logic for communicating with Spotify servers"
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
protobuf.workspace = true
[build-dependencies]
protobuf-codegen = "3"