folders structure

This commit is contained in:
2026-03-01 18:39:22 +01:00
parent f273c60f35
commit a2a677eaaa
14 changed files with 6 additions and 3 deletions
+3
View File
@@ -1,2 +1,5 @@
/target/
/output/
#macOS
.DS_Store
+1 -1
View File
@@ -1,3 +1,3 @@
[workspace]
resolver = "3"
members = ["master", "types", "worker"]
members = ["apps/*", "libs/*"]
+1 -1
View File
@@ -14,5 +14,5 @@ serenity = { version = "0.12.5", default-features = false, features = [
"collector",
] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../types" }
types = { path = "../../libs/types" }
uuid = { version = "1.21.0" }
+1 -1
View File
@@ -9,6 +9,6 @@ futures = { version = "0.3.32" }
futures-executor = { version = "0.3.32" }
postcard = { version = "1.1.3", features = ["use-std"] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../types" }
types = { path = "../../libs/types" }
which = { version = "8.0.0" }
yt-dlp = { version = "2.1.0" }