mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
2a6d7545ca
* Update sysinfo to 0.33 * Update thiserror to v2.0 * Update Alpine Dockerfile to 1.75 (MSRV) * Update governor to 0.8 * Update quick-xml to 0.37 * Update rodio to 0.20.1 * Update zerocopy to 0.8.13 * Update alpine image to 3.19 --------- Signed-off-by: yubiuser <github@yubiuser.dev>
27 lines
638 B
TOML
27 lines
638 B
TOML
[package]
|
|
name = "librespot-metadata"
|
|
version = "0.6.0-dev"
|
|
rust-version.workspace = true
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
|
description = "The metadata logic for librespot"
|
|
license = "MIT"
|
|
repository = "https://github.com/librespot-org/librespot"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
bytes = "1"
|
|
log = "0.4"
|
|
protobuf = "3.5"
|
|
thiserror = "2.0"
|
|
uuid = { version = "1", default-features = false }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
[dependencies.librespot-core]
|
|
path = "../core"
|
|
version = "0.6.0-dev"
|
|
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|
|
version = "0.6.0-dev"
|