
* Fix docs on crates.io for LibAFL_Frida, introduce auto-download feature * remove it more * more testing * more features * more CI * CI? * CI? * More fix? * nicer * More fix? * test? * more try? * why? * more more
17 lines
485 B
TOML
17 lines
485 B
TOML
[package]
|
|
name = "libafl_fmt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Format the LibAFL repository"
|
|
authors = ["Romain Malmain <romain.malmain@pm.me>"]
|
|
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" |