Add final packages and fix torrential launch

This commit is contained in:
DecDuck
2026-03-30 19:47:53 +11:00
parent f05b306b38
commit 50106d5fa2
7 changed files with 422 additions and 215 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ simple_logger = { version = "5.1.0", default-features = false, features = [
"colors",
] }
tokio = { version = "*", features = ["rt-multi-thread", "sync"] }
droplet-rs = { version = "0.16.2", git = "https://github.com/Drop-OSS/droplet-rs.git" }
droplet-rs = { path = "../libraries/droplet" }
dashmap = "6.1.0"
anyhow = "1.0.100"
serde_json = "1.0.145"