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