2024-11-12 15:45:35 +01:00

18 lines
396 B
TOML

[package]
name = "build_and_test_fuzzers"
version.workspace = true
edition = "2021"
description = "Get diffing fuzzers from the last commit"
repository = "https://github.com/AFLplusplus/LibAFL/"
license = "MIT OR Apache-2.0"
readme = "../../README.md"
keywords = ["ci"]
categories = ["development-tools::testing"]
[dependencies]
cargo_toml = "0.20.5"
walkdir = "2.5.0"
[lints]
workspace = true