librespot/protocol/Cargo.toml
Lyndon Brown f87cbd6fde add missing repo links to sub-crate cargo toml files
such that links are available from their crates.io pages to the project repo.
2020-11-26 19:30:37 +00:00

17 lines
418 B
TOML

[package]
name = "librespot-protocol"
version = "0.1.3"
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.14.0"
[build-dependencies]
protobuf-codegen-pure = "~2.14.0"
protobuf-codegen = "~2.14.0"
glob = "0.3.0"