rage/fuzz-afl/Cargo.toml
2024-07-29 02:18:19 +00:00

14 lines
261 B
TOML

[package]
name = "age-fuzz-afl"
version = "0.0.0"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
publish = false
edition = "2018"
[dependencies]
afl = "0.15"
age = { path = "../age" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]