aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/fuzz/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta/fuzz/Cargo.toml')
-rw-r--r--lib/xixanta/fuzz/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/xixanta/fuzz/Cargo.toml b/lib/xixanta/fuzz/Cargo.toml
index 0c0376d..49764ed 100644
--- a/lib/xixanta/fuzz/Cargo.toml
+++ b/lib/xixanta/fuzz/Cargo.toml
@@ -17,15 +17,15 @@ libfuzzer-sys = "0.4"
path = ".."
[[bin]]
-name = "fuzz_target_1"
-path = "fuzz_targets/fuzz_target_1.rs"
+name = "fuzz_target_parser"
+path = "fuzz_targets/fuzz_target_parser.rs"
test = false
doc = false
bench = false
[[bin]]
-name = "fuzz_target_2"
-path = "fuzz_targets/fuzz_target_2.rs"
+name = "fuzz_target_assembler"
+path = "fuzz_targets/fuzz_target_assembler.rs"
test = false
doc = false
bench = false