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