[package] name = "cargo-muttest" version = "0.0.0-reserved" edition = "2021" description = "effective mutation testing for Rust" authors = [ "Samuel Pilz " ] license = "MIT" repository = "https://github.com/samuelpilz/muttest-rs" [[bin]] name = "cargo-muttest" path = "main.rs" test = false bench = false