move fuzz stuff into its own directory

This commit is contained in:
John Turner
2025-11-16 20:31:19 +00:00
parent 7c404ca8c5
commit 424bd9d072
5 changed files with 36 additions and 29 deletions

View File

@@ -10,4 +10,8 @@ itertools = "0.14.0"
thiserror = "2.0.17"
[profile.dev]
debug = true
debug = true
[[test]]
path = "fuzz/fuzz.rs"
name = "fuzz"