Dongjia "toka" Zhang 9458549fef
Remove declare -A (#976)
* fix

* fix

* debug

* debug

* older version

* newer version

* fix

* unix?

* fix
2022-12-30 02:02:38 +09:00

15 lines
357 B
TOML

[package]
name = "build_and_test_fuzzers"
version = "0.1.0"
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.14"
walkdir = "2"