Implemented radio player and partially some other players #6

Merged
HLadislav merged 21 commits from player into main 2025-01-26 21:57:27 +00:00
2 changed files with 16 additions and 1425 deletions
Showing only changes of commit 513f9a5ee6 - Show all commits

1439
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ chrono = "0.4.38"
sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]}
form_urlencoded = "1.2.1"
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"] }
[features]