librespot-protocol 0.3.1

The protobuf logic for communicating with Spotify servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"