Add final packages and fix torrential launch
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user