spoticord/spoticord_utils/Cargo.toml

13 lines
352 B
TOML
Raw Permalink Normal View History

2024-08-12 14:14:24 +00:00
[package]
name = "spoticord_utils"
version = "2.2.4"
2024-08-12 14:14:24 +00: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 }