initial rust scanner
This commit is contained in:
parent
818816d16d
commit
3cf8ef02d1
16 changed files with 610 additions and 4 deletions
|
@ -7,5 +7,7 @@ authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.28", features = ["derive"] }
|
||||
lazy_static = "1.5.0"
|
||||
thiserror = "2.0.11"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue