diff options
| author | iximeow <me@iximeow.net> | 2026-07-05 03:50:34 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-05 03:50:34 +0000 |
| commit | f08fb038def88e7025d19aeaa1cb45125074f6c2 (patch) | |
| tree | 841b46a41143f41721dd6126512dc2e81de28a4c /fuzz/Cargo.toml | |
| parent | 43a6554770d6bfd74c05d37af772e0a65ef54ab1 (diff) | |
2.2.02.2.0
Diffstat (limited to 'fuzz/Cargo.toml')
| -rw-r--r-- | fuzz/Cargo.toml | 6 |
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 |
