feat(cleaners): add main async runner
Adds a Runner able to work upon a set of cleaners that work in parallel.
This commit is contained in:
parent
cc1a66726e
commit
5507a1dd21
8 changed files with 510 additions and 6 deletions
|
@ -11,9 +11,12 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0" }
|
||||
async-trait = { version = "0.1" }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
env_logger = { version = "0.11" }
|
||||
goblin = { version = "0.9" }
|
||||
log = { version = "0.4" }
|
||||
nix = { version = "0.29" }
|
||||
petgraph = { version = "0.7" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
walkdir = { version = "2" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue