summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-16 20:31:19 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-16 20:31:19 +0000
commit424bd9d0720e3752c6ff252c6eb0a3425109b765 (patch)
treebfb82632bd55df717333addff11895cce6c36a5b /Cargo.toml
parent7c404ca8c5d0037a17797ace2961d5424cf3a4a5 (diff)
downloadgentoo-utils-424bd9d0720e3752c6ff252c6eb0a3425109b765.tar.gz
move fuzz stuff into its own directory
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 345c08d..bcb32da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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