From 87c8e6d12c81da547a7e1fbf1242272121c1268b Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Sun, 26 Jan 2025 23:35:56 +0100 Subject: [PATCH] chore: Cargo and .gitignore changes --- .gitignore | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"