summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88fb826..0663f32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,9 @@ thiserror = "2.0.17"
debug = true
[[bin]]
-path = "fuzz/gencorpus.rs"
-name = "gencorpus"
+path = "fuzz/atom/parser/gencorpus.rs"
+name = "atom_parser_gencorpus"
[[test]]
-path = "fuzz/fuzz.rs"
-name = "fuzz" \ No newline at end of file
+path = "fuzz/atom/parser/fuzz.rs"
+name = "atom_parser_fuzz" \ No newline at end of file