Compare commits
3 Commits
e45c440a37
...
main
Author | SHA1 | Date | |
---|---|---|---|
41becd8b7a
|
|||
3cd9daad28
|
|||
6fe4cb5d9b
|
@ -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
2846
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"] }
|
||||
|
Reference in New Issue
Block a user