2024-08-12 16:14:24 +02:00
|
|
|
[package]
|
|
|
|
name = "spoticord_utils"
|
2024-09-20 07:32:08 +00:00
|
|
|
version = "2.2.3"
|
2024-08-12 16:14:24 +02:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
librespot = { git = "https://github.com/SpoticordMusic/librespot.git", version = "0.5.0-dev", default-features = false }
|
|
|
|
anyhow = "1.0.86"
|
|
|
|
base64 = "0.22.1"
|
|
|
|
log = "0.4.22"
|
|
|
|
poise = "0.6.1"
|
2024-09-20 07:32:08 +00:00
|
|
|
tokio = { version = "1.40.0", features = ["time"], default-features = false }
|