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