librespot/protocol/Cargo.toml
2020-01-30 02:39:41 +01:00

16 lines
339 B
TOML

[package]
name = "librespot-protocol"
version = "0.1.1"
authors = ["Paul Liétar <paul@lietar.net>"]
build = "build.rs"
description="The protobuf logic for communicating with Spotify servers"
license="MIT"
edition = "2018"
[dependencies]
protobuf = "2.8.1"
[build-dependencies]
protobuf-codegen-pure = "2.8.1"
protobuf-codegen = "2.8.1"