修改占位符
This commit is contained in:
parent
3f3091ab27
commit
8af7a6c727
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "{{ project_name }}"
|
name = "{{ crate_name }}"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[placeholders]
|
[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