diff --git a/rust-cli/cuddle-template.json b/rust-cli/cuddle-template.json index 2c07d21..0ed530b 100644 --- a/rust-cli/cuddle-template.json +++ b/rust-cli/cuddle-template.json @@ -2,9 +2,9 @@ "name": "rust-cli", "templating": "tera", "delimiter": "[[]]", - "variables": { + "prompt": { "name": { - "type": "string" + "description": "the name of the project" } } -} +} \ No newline at end of file