2015-05-09 10:07:24 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-protocol"
|
2020-01-30 01:39:41 +00:00
|
|
|
version = "0.1.1"
|
2015-05-09 10:07:24 +00:00
|
|
|
authors = ["Paul Liétar <paul@lietar.net>"]
|
|
|
|
build = "build.rs"
|
2019-11-06 15:50:26 +00:00
|
|
|
description="The protobuf logic for communicating with Spotify servers"
|
|
|
|
license="MIT"
|
2020-01-17 18:09:10 +00:00
|
|
|
edition = "2018"
|
2015-05-09 10:07:24 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-11-06 15:38:30 +00:00
|
|
|
protobuf = "2.8.1"
|
2018-09-28 10:02:38 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2019-11-06 15:38:30 +00:00
|
|
|
protobuf-codegen-pure = "2.8.1"
|
|
|
|
protobuf-codegen = "2.8.1"
|