Compare commits

...

3 Commits

Author SHA1 Message Date
41becd8b7a 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
2025-05-06 04:43:53 +00:00
3cd9daad28 Cargo update 2025-05-06 04:42:46 +00:00
6fe4cb5d9b Change build job command from cargo-leptos to cargo
Some checks failed
Push Workflows / build (push) Failing after 38s
Push Workflows / docs (push) Failing after 35s
Push Workflows / test (push) Failing after 38s
Push Workflows / docker-build (push) Successful in 2m49s
2024-10-04 17:08:01 -04:00
3 changed files with 1112 additions and 1738 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Build project
env:
RUSTFLAGS: "-D warnings"
run: cargo-leptos build
run: cargo build
docker-build:
runs-on: ubuntu-latest

2846
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"] }