chore: updated cargo.toml

This commit is contained in:
Ladislav Hano 2024-12-31 12:20:44 +01:00
parent 392f416da9
commit b34c353ba9

View file

@ -19,7 +19,7 @@ chrono = "0.4.38"
sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]} sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]}
form_urlencoded = "1.2.1" form_urlencoded = "1.2.1"
tenorv2 = { path = "./tenor-v2/tenorv2" } tenorv2 = { path = "./tenor-v2/tenorv2" }
librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] } # librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] }
songbird = { version = "0.4.6", features = ["driver"] } songbird = { version = "0.4.6", features = ["driver"] }
[features] [features]