mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -05:00
Added kushi-queue to workspace
This commit is contained in:
parent
0844b8ce23
commit
93d6b059a0
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ resolver = "2"
|
|||
members = [
|
||||
"src-tauri",
|
||||
"dmp-core",
|
||||
"kushi-queue",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
|
|
@ -12,6 +12,7 @@ keywords = []
|
|||
categories = []
|
||||
|
||||
[dependencies]
|
||||
kushi = { path = "../kushi-queue" }
|
||||
file-format = { version = "0.23.0", features = [
|
||||
"reader-asf",
|
||||
"reader-ebml",
|
||||
|
@ -46,7 +47,6 @@ tempfile = "3.10.1"
|
|||
listenbrainz = "0.7.0"
|
||||
discord-rpc-client = "0.4.0"
|
||||
nestify = "0.3.3"
|
||||
kushi = "0.1.3"
|
||||
moro = "0.4.0"
|
||||
moro-local = "0.4.0"
|
||||
futures = "0.3.30"
|
||||
|
|
Loading…
Reference in a new issue