diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-16 21:57:40 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-16 21:57:40 +0000 |
| commit | b360132b9992bf2f242a6ce0927464d6d04ffa02 (patch) | |
| tree | b40ac72e6ffbb69bcf7942a8c6369d9bc20fa7fc /Cargo.toml | |
| parent | 424bd9d0720e3752c6ff252c6eb0a3425109b765 (diff) | |
| download | gentoo-utils-b360132b9992bf2f242a6ce0927464d6d04ffa02.tar.gz | |
generate corpus to fuzz on with meson
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
