about summary refs log tree commit diff
path: root/custom_mutators/rust/Cargo.toml
blob: 00e6675f06916da7770591bfd5b6c4ac95f73504 (plain) (blame)
1
2
3
4
5
6
7
8
9
[workspace]
members = [
    "custom_mutator-sys",
    "custom_mutator",
    "example",
    # Lain needs a nightly toolchain
    # "example_lain",
    # "example_lain_post_process",
]