16 lines
423 B
TOML
16 lines
423 B
TOML
[template]
|
|
cargo_generate_version = ">=0.10.0"
|
|
exclude = [ "assets/fonts/minecraft_font.ttf" ]
|
|
|
|
[placeholders.gh-username]
|
|
type = "string"
|
|
prompt = "GitHub username (or organization)"
|
|
# The username cannot end with a hyphen, too, but
|
|
# this requirement is not captured by the regex at the moment.
|
|
regex = "^[A-Za-z0-9][A-Za-z0-9-]{0,38}$"
|
|
|
|
[placeholders.project-description]
|
|
type = "string"
|
|
prompt = "Project description"
|
|
|