diff --git a/.gitmodules b/.gitmodules index 3ad93ca..ae57159 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tenor-v2"] path = tenor-v2 url = ssh://git@forgejo.djkato.net:222/HLadislav/tenor-v2.git +[submodule "radiobrowser"] + path = radiobrowser + url = ./radiobrowser diff --git a/Cargo.lock b/Cargo.lock index b28a66d..148d130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2586,8 +2586,6 @@ dependencies = [ [[package]] name = "radiobrowser" version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763ad5f847e3d2e3221dac4e87370297a970e3f9eb8f2760b915001b9c79023b" dependencies = [ "async-std", "async-std-resolver", @@ -2596,6 +2594,7 @@ dependencies = [ "rand", "reqwest 0.11.27", "serde", + "serde_json", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79850ab..c557b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,8 @@ tenorv2 = { path = "./tenor-v2/tenorv2" } # librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] } songbird = { version = "0.4.6", features = ["driver", "builtin-queue"] } reqwest = "0.11.27" # songbird depends on ^0.11 -radiobrowser = "0.6.1" +# radiobrowser = "0.6.1" +radiobrowser = { path = "./radiobrowser" } [dependencies.symphonia] version = "0.5.2" diff --git a/radiobrowser b/radiobrowser new file mode 160000 index 0000000..0786c89 --- /dev/null +++ b/radiobrowser @@ -0,0 +1 @@ +Subproject commit 0786c897260c7f180917af101ae5ea686cb60c2e