cargo-mutants 27.0.0

Inject bugs and see if your tests catch them
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "mutants-testdata-parse-fails"
edition = "2018"
version = "0.0.0"
authors = ["Martin Pool"]
publish = false

[lib]
doctest = false

[workspace]
# Don't include this in the overall cargo-mutants workspace, because it fails to build.