blob: c98db1962340b82a20a821702ac0f18ac01b230c (
plain)
1
2
3
4
5
6
|
[template]
cargo_generate_version = ">=0.23.0"
[placeholders]
project-description = { type = "string", prompt = "Short description of the project", default = "An example generated using the simple template" }
project-diagnosis = { prompt = "Enter log or tracing", choices = ["log", "tracing"], default = "log", type = "string" }
|