chore: Cargo and .gitignore changes
This commit is contained in:
parent
9ec61d9e1a
commit
87c8e6d12c
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -13,3 +13,5 @@
|
|||
mooverdb.db*
|
||||
|
||||
*.txt
|
||||
|
||||
Cargo.lock
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue