diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
