[placeholders] git-owner = { prompt = "Gitea owner or organization name", type = "string", regex = "^[A-Za-z0-9][A-Za-z0-9-_]{0,38}$" } use_postgres = { prompt = "Do you use PostgreSQL for tests?", type = "bool", default = false } [template] cargo_generate_version = ">=0.20.0" ignore = ["README.md"] [conditional.'crate_type == "lib"'] ignore = [ "src/main.rs", "Dockerfile" ] [conditional.'use_postgres == false'] ignore = [ ".env.example", "docker-compose.yaml", "tests" ]