chore: Cargo and .gitignore changes

This commit is contained in:
Ladislav Hano 2025-01-26 23:35:56 +01:00
parent d3f689d958
commit 98c417656b
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

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

2
Cargo.lock generated
View file

@ -4036,7 +4036,7 @@ dependencies = [
"json", "json",
"regex", "regex",
"reqwest 0.12.12", "reqwest 0.12.12",
"thiserror 1.0.64", "thiserror 2.0.11",
] ]
[[package]] [[package]]

View file

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