mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
16 lines
391 B
TOML
16 lines
391 B
TOML
[package]
|
|
name = "librespot-protocol"
|
|
version = "0.3.1"
|
|
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 = "2018"
|
|
|
|
[dependencies]
|
|
protobuf = "2.14.0"
|
|
|
|
[build-dependencies]
|
|
protobuf-codegen-pure = "2.14.0"
|
|
glob = "0.3.0"
|