Update cargo-generate.toml

This commit is contained in:
Elias Stepanik 2025-03-24 00:35:10 +01:00 committed by GitHub
parent d5df330613
commit d7ce852b23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ]