diff options
Diffstat (limited to 'custom_mutators/rust/Cargo.toml')
-rw-r--r-- | custom_mutators/rust/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/custom_mutators/rust/Cargo.toml b/custom_mutators/rust/Cargo.toml new file mode 100644 index 00000000..003bc58a --- /dev/null +++ b/custom_mutators/rust/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = [ + "custom_mutator-sys", + "custom_mutator", + "example", + "example_lain", +] \ No newline at end of file |