2015-05-09 10:07:24 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-protocol"
|
2022-07-30 20:28:12 +00:00
|
|
|
version = "0.5.0-dev"
|
2022-08-01 11:10:39 +00:00
|
|
|
rust-version = "1.61"
|
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"
|
2022-08-02 19:42:38 +00:00
|
|
|
edition = "2021"
|
2015-05-09 10:07:24 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-17 20:46:14 +00:00
|
|
|
protobuf = "3"
|
2018-09-28 10:02:38 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2023-01-17 20:46:14 +00:00
|
|
|
protobuf-codegen = "3"
|