修改占位符
This commit is contained in:
parent
3f3091ab27
commit
8af7a6c727
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "{{ project_name }}"
|
||||
name = "{{ crate_name }}"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
[placeholders]
|
||||
crate_name = { prompt = "Enter crate name", default = "my_crate", type = "string" }
|
||||
manage_on_github = { prompt = "Is repo managed on github", choices = ["Github", "Gitea"], default = "Github", type = "string" }
|
Loading…
Reference in New Issue
Block a user