2024-08-12 16:14:24 +02:00
|
|
|
[package]
|
|
|
|
name = "spoticord_audio"
|
2024-09-27 14:53:58 +02:00
|
|
|
version = "2.2.4"
|
2024-08-12 16:14:24 +02: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"] }
|
2024-08-19 12:05:34 +02:00
|
|
|
tokio = { version = "1.39.3", features = ["sync"], default-features = false }
|
2024-08-12 16:14:24 +02:00
|
|
|
zerocopy = "0.7.35"
|