librespot/protocol/Cargo.toml
Roderick van Domburg d19fd24074
Add spclient and HTTPS support
* Change metadata to use spclient
 * Add support for HTTPS proxies
 * Start purging unwraps and using Result instead
2021-11-26 23:28:37 +01:00

16 lines
387 B
TOML

[package]
name = "librespot-protocol"
version = "0.2.0"
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.25"
[build-dependencies]
protobuf-codegen-pure = "2.25"
glob = "0.3.0"