Use reqwest_api version of libretunes
All checks were successful
Push Workflows / docs (push) Successful in 51s
Push Workflows / build (push) Successful in 1m4s
Push Workflows / test (push) Successful in 1m3s
Push Workflows / docker-build (push) Successful in 2m50s

This commit is contained in:
2025-05-06 04:43:53 +00:00
parent 3cd9daad28
commit 41becd8b7a
2 changed files with 231 additions and 1136 deletions

1365
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,5 +5,5 @@ edition = "2021"
[dependencies]
dotenvy = "0.15.7"
libretunes = { git = "https://git.libretunes.xyz/LibreTunes/LibreTunes.git", default-features = false, features = ["ssr"] }
libretunes = { git = "https://git.libretunes.xyz/LibreTunes/LibreTunes.git", default-features = false, features = ["reqwest_api"] }
tokio = { version = "1", features = ["full"] }