cuddle-templates/rust-cli/cuddle-template.json

11 lines
137 B
JSON
Raw Normal View History

{
"name": "rust-cli",
"templating": "tera",
"delimiter": "[[]]",
"variables": {
"name": {
"type": "string"
}
}
}