aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-07-05 03:50:34 +0000
committeriximeow <me@iximeow.net>2026-07-05 03:50:34 +0000
commitf08fb038def88e7025d19aeaa1cb45125074f6c2 (patch)
tree841b46a41143f41721dd6126512dc2e81de28a4c /fuzz/Cargo.toml
parent43a6554770d6bfd74c05d37af772e0a65ef54ab1 (diff)
2.2.02.2.0
Diffstat (limited to 'fuzz/Cargo.toml')
-rw-r--r--fuzz/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml
index 2e554db..e5c1105 100644
--- a/fuzz/Cargo.toml
+++ b/fuzz/Cargo.toml
@@ -48,6 +48,12 @@ test = false
doc = false
[[bin]]
+name = "display_masm_does_not_panic"
+path = "fuzz_targets/display_masm_does_not_panic.rs"
+test = false
+doc = false
+
+[[bin]]
name = "does_not_decode_invalid_registers"
path = "fuzz_targets/does_not_decode_invalid_registers.rs"
test = false