folders structure
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
/target/
|
/target/
|
||||||
/output/
|
/output/
|
||||||
|
|
||||||
|
#macOS
|
||||||
|
.DS_Store
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
resolver = "3"
|
resolver = "3"
|
||||||
members = ["master", "types", "worker"]
|
members = ["apps/*", "libs/*"]
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ serenity = { version = "0.12.5", default-features = false, features = [
|
|||||||
"collector",
|
"collector",
|
||||||
] }
|
] }
|
||||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||||
types = { path = "../types" }
|
types = { path = "../../libs/types" }
|
||||||
uuid = { version = "1.21.0" }
|
uuid = { version = "1.21.0" }
|
||||||
@@ -9,6 +9,6 @@ futures = { version = "0.3.32" }
|
|||||||
futures-executor = { version = "0.3.32" }
|
futures-executor = { version = "0.3.32" }
|
||||||
postcard = { version = "1.1.3", features = ["use-std"] }
|
postcard = { version = "1.1.3", features = ["use-std"] }
|
||||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||||
types = { path = "../types" }
|
types = { path = "../../libs/types" }
|
||||||
which = { version = "8.0.0" }
|
which = { version = "8.0.0" }
|
||||||
yt-dlp = { version = "2.1.0" }
|
yt-dlp = { version = "2.1.0" }
|
||||||
Reference in New Issue
Block a user