diff --git a/.gitignore b/.gitignore index f50483c..a0dac0e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ mooverdb.db* -*.txt \ No newline at end of file +*.txt + +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index c557b4a..5f359bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"