spoticord/spoticord_audio/Cargo.toml

13 lines
462 B
TOML
Raw Normal View History

2024-08-12 14:14:24 +00:00
[package]
name = "spoticord_audio"
2024-09-02 17:57:05 +00:00
version = "2.2.2"
2024-08-12 14:14:24 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
librespot = { git = "https://github.com/SpoticordMusic/librespot.git", version = "0.5.0-dev", default-features = false }
songbird = { version = "0.4.3", features = ["simd-json"] }
tokio = { version = "1.39.3", features = ["sync"], default-features = false }
2024-08-12 14:14:24 +00:00
zerocopy = "0.7.35"