chore: Cargo and .gitignore changes

This commit is contained in:
Ladislav Hano 2025-01-26 23:35:56 +01:00
parent 9ec61d9e1a
commit 87c8e6d12c
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -13,3 +13,5 @@
mooverdb.db*
*.txt
Cargo.lock

View file

@ -23,7 +23,7 @@ tenorv2 = { path = "./tenor-v2/tenorv2" }
songbird = { version = "0.4.6", features = ["driver", "builtin-queue"] }
reqwest = "0.11.27" # songbird depends on ^0.11
# radiobrowser = "0.6.1"
radiobrowser = { path = "./radiobrowser" }
radiobrowser = { path = "./radiobrowser-lib-rust" }
[dependencies.symphonia]
version = "0.5.2"