summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-16 21:57:40 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-16 21:57:40 +0000
commitb360132b9992bf2f242a6ce0927464d6d04ffa02 (patch)
treeb40ac72e6ffbb69bcf7942a8c6369d9bc20fa7fc /Cargo.toml
parent424bd9d0720e3752c6ff252c6eb0a3425109b765 (diff)
downloadgentoo-utils-b360132b9992bf2f242a6ce0927464d6d04ffa02.tar.gz
generate corpus to fuzz on with meson
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bcb32da..2826b68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,10 @@ thiserror = "2.0.17"
[profile.dev]
debug = true
+[[bin]]
+path = "fuzz/gencorpus.rs"
+name = "gencorpus"
+
[[test]]
path = "fuzz/fuzz.rs"
name = "fuzz" \ No newline at end of file