dependabot[bot] f64554c5db
Update cargo_toml requirement from 0.21.0 to 0.22.0 (#3057)
---
updated-dependencies:
- dependency-name: cargo_toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Maier <domenukk@gmail.com>
2025-03-10 16:00:57 +01:00

18 lines
396 B
TOML

[package]
name = "build_and_test_fuzzers"
version.workspace = true
edition = "2024"
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.22.0"
walkdir = "2.5.0"
[lints]
workspace = true