修改占位符

This commit is contained in:
soul-walker 2024-08-08 14:43:31 +08:00
parent 3f3091ab27
commit 8af7a6c727
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[package] [package]
name = "{{ project_name }}" name = "{{ crate_name }}"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"

View File

@ -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" }