diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-16 20:31:19 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-16 20:31:19 +0000 |
| commit | 424bd9d0720e3752c6ff252c6eb0a3425109b765 (patch) | |
| tree | bfb82632bd55df717333addff11895cce6c36a5b /Cargo.toml | |
| parent | 7c404ca8c5d0037a17797ace2961d5424cf3a4a5 (diff) | |
| download | gentoo-utils-424bd9d0720e3752c6ff252c6eb0a3425109b765.tar.gz | |
move fuzz stuff into its own directory
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,4 +10,8 @@ itertools = "0.14.0" thiserror = "2.0.17" [profile.dev] -debug = true
\ No newline at end of file +debug = true + +[[test]] +path = "fuzz/fuzz.rs" +name = "fuzz"
\ No newline at end of file |
