blob: 5d05eeb8dc39fb222260c83c30376c6be81270da (
plain)
1
2
3
4
5
6
7
8
9
|
[template]
cargo_generate_version = ">=0.23.0"
exclude = ["templates/*"]
[placeholders]
project-description = { type = "string", prompt = "Short description of the project", default = "An example generated using the simple template" }
[hooks]
post = ["post-script.rhai"]
|