diff options
Diffstat (limited to 'lib/xixanta/fuzz/Cargo.toml')
| -rw-r--r-- | lib/xixanta/fuzz/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/xixanta/fuzz/Cargo.toml b/lib/xixanta/fuzz/Cargo.toml index 3b3498d..0c0376d 100644 --- a/lib/xixanta/fuzz/Cargo.toml +++ b/lib/xixanta/fuzz/Cargo.toml @@ -22,3 +22,10 @@ path = "fuzz_targets/fuzz_target_1.rs" test = false doc = false bench = false + +[[bin]] +name = "fuzz_target_2" +path = "fuzz_targets/fuzz_target_2.rs" +test = false +doc = false +bench = false |
