2015-05-09 10:07:24 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-protocol"
|
2020-07-29 15:23:41 +00:00
|
|
|
version = "0.1.3"
|
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-11-26 19:30:37 +00:00
|
|
|
repository = "https://github.com/librespot-org/librespot"
|
2020-01-17 18:09:10 +00:00
|
|
|
edition = "2018"
|
2015-05-09 10:07:24 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-07-25 03:50:58 +00:00
|
|
|
protobuf = "~2.14.0"
|
2018-09-28 10:02:38 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-07-25 03:50:58 +00:00
|
|
|
protobuf-codegen-pure = "~2.14.0"
|
|
|
|
protobuf-codegen = "~2.14.0"
|
2020-07-25 03:43:01 +00:00
|
|
|
glob = "0.3.0"
|