Skip to content

Commit

Permalink
fix(prompt): generate adds colon for us
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent d8a2e64 commit 84f2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single-crate/cargo-generate.toml
Expand Up @@ -3,7 +3,7 @@ cargo_generate_version = ">=0.10.1"

[placeholders]
gh-account = {type = "string", prompt = "What GitHub account will own this project?"}
description = { type = "string", prompt = "Describe this crate:" }
description = { type = "string", prompt = "Describe this crate" }
version = {type = "string", prompt = "What's the starting version?", default = "0.1.0"}

[conditional.'crate_type == "lib"']
Expand Down

0 comments on commit 84f2bb2

Please sign in to comment.