[package]
name = "muttest-codegen"
version = "0.0.0-reserved"
edition = "2021"
description = "effective mutation testing for Rust"
authors = [ "Samuel Pilz <samuel.pilz@posteo.net>" ]
license = "MIT"
repository = "https://github.com/samuelpilz/muttest-rs"
[lib]
proc_macro = true
path = "lib.rs"