
* 0.14.1 * fixer * don't build nyx --------- Co-authored-by: Dominik Maier <domenukk@gmail.com>
24 lines
516 B
TOML
24 lines
516 B
TOML
[package]
|
|
name = "libafl_fmt"
|
|
version = "0.14.1"
|
|
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"
|
|
colored = "2.1.0"
|