chore: add radiobrowser fork as submodule
This commit is contained in:
parent
9d920421b7
commit
bbf65e6458
4 changed files with 7 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "tenor-v2"]
|
[submodule "tenor-v2"]
|
||||||
path = tenor-v2
|
path = tenor-v2
|
||||||
url = ssh://git@forgejo.djkato.net:222/HLadislav/tenor-v2.git
|
url = ssh://git@forgejo.djkato.net:222/HLadislav/tenor-v2.git
|
||||||
|
[submodule "radiobrowser"]
|
||||||
|
path = radiobrowser
|
||||||
|
url = ./radiobrowser
|
||||||
|
|
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -2586,8 +2586,6 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "radiobrowser"
|
name = "radiobrowser"
|
||||||
version = "0.6.1"
|
version = "0.6.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "763ad5f847e3d2e3221dac4e87370297a970e3f9eb8f2760b915001b9c79023b"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"async-std-resolver",
|
"async-std-resolver",
|
||||||
|
@ -2596,6 +2594,7 @@ dependencies = [
|
||||||
"rand",
|
"rand",
|
||||||
"reqwest 0.11.27",
|
"reqwest 0.11.27",
|
||||||
"serde",
|
"serde",
|
||||||
|
"serde_json",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -22,7 +22,8 @@ tenorv2 = { path = "./tenor-v2/tenorv2" }
|
||||||
# librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] }
|
# librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] }
|
||||||
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" }
|
||||||
|
|
||||||
[dependencies.symphonia]
|
[dependencies.symphonia]
|
||||||
version = "0.5.2"
|
version = "0.5.2"
|
||||||
|
|
1
radiobrowser
Submodule
1
radiobrowser
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0786c897260c7f180917af101ae5ea686cb60c2e
|
Loading…
Reference in a new issue