[package] name = "libafl_fmt" version = "0.1.0" edition = "2021" description = "Format the LibAFL repository" authors = ["Romain Malmain "] license = "MIT OR Apache-2.0" repository = "https://github.com/AFLplusplus/LibAFL.git" [dependencies] project-root = "0.2" walkdir = "2.5" regex = "1.10" tokio = { version = "1.38", features = ["process", "rt", "rt-multi-thread", "macros"] } clap = { version = "4.5", features = ["derive"] } exitcode = "1.1" which = "6.0"