diff --git a/cargo-generate.toml b/cargo-generate.toml index 768a1c1..8744a01 100644 --- a/cargo-generate.toml +++ b/cargo-generate.toml @@ -13,10 +13,3 @@ regex = "^[A-Za-z0-9][A-Za-z0-9-]{0,38}$" type = "string" prompt = "Project description" -[conditional.'crate_type == "lib"'] -ignore = [ "src/main.rs" ] - -[conditional.'crate_type == "bin"'] -ignore = [ "src/lib.rs" ] - -