mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
27 lines
624 B
TOML
27 lines
624 B
TOML
[package]
|
|
name = "librespot-metadata"
|
|
version = "0.6.0"
|
|
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 = "1"
|
|
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"
|
|
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|
|
version = "0.6.0"
|