mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00

- Update many dependencies to latest versions across all crates - Switch from `once_cell::OnceCell` to `std::sync::OnceLock` where appropriate - Update OAuth to use stateful `reqwest` for HTTP requests - Fix Rodio backend to honor the requested sample format
16 lines
397 B
TOML
16 lines
397 B
TOML
[package]
|
|
name = "librespot-protocol"
|
|
version = "0.6.0-dev"
|
|
rust-version.workspace = true
|
|
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.7"
|
|
|
|
[build-dependencies]
|
|
protobuf-codegen = "3"
|