
* Updated deps * win * Revert "win" This reverts commit a6dfd95f1c63a9471659481d92c5cbc480af6360. * revert win --------- Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
15 lines
357 B
TOML
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.15"
|
|
walkdir = "2"
|