2015-05-09 10:07:24 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-protocol"
|
2021-05-04 12:05:13 +00:00
|
|
|
version = "0.2.0"
|
2015-05-09 10:07:24 +00:00
|
|
|
authors = ["Paul Liétar <paul@lietar.net>"]
|
|
|
|
build = "build.rs"
|
2020-11-26 19:31:51 +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]
|
2021-05-04 11:57:05 +00:00
|
|
|
protobuf = "2.14.0"
|
2018-09-28 10:02:38 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2021-05-04 11:57:05 +00:00
|
|
|
protobuf-codegen-pure = "2.14.0"
|
2020-07-25 03:43:01 +00:00
|
|
|
glob = "0.3.0"
|