mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
17 lines
389 B
Text
17 lines
389 B
Text
|
[package]
|
||
|
name = "librespot-protocol"
|
||
|
version = "0.5.0-dev"
|
||
|
rust-version = "1.74"
|
||
|
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 = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
protobuf = "3.5"
|
||
|
|
||
|
[build-dependencies]
|
||
|
protobuf-codegen = "3"
|