Andrea Fioraldi ce63b76558
Update to v0.15.3 (#3259)
Co-authored-by: Dominik Maier <domenukk@gmail.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
2025-05-23 22:50:23 +02:00

24 lines
550 B
TOML

[package]
name = "libafl_repo_tools"
version = "0.15.3"
edition = "2024"
description = "A set of useful tools to manage 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.44", features = [
"process",
"rt",
"rt-multi-thread",
"macros",
] }
clap = { version = "4.5", features = ["derive"] }
exitcode = "1.1"
which = "7.0.2"
colored = "3.0.0"