cuddle-templates/rust-cli/cuddle-template.json
kjuulh df1695bf04
feat: with rust cli
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-17 03:28:25 +02:00

11 lines
137 B
JSON

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