✨ worker
This commit is contained in:
parent
5cb4facc48
commit
e3393f1e09
11 changed files with 841 additions and 48 deletions
|
@ -4,6 +4,11 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
|
||||
dashmap = "6.1.0"
|
||||
env_logger = "0.11.6"
|
||||
log = "0.4.26"
|
||||
once_cell = "1.20.3"
|
||||
tokio = "1.43.0"
|
||||
comrade-macro = { path = "./comrade-macro" }
|
||||
serde_json = "1.0.140"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue