mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
14 lines
261 B
TOML
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 = ["."]
|