cuddle-templates/rust-service/cuddle-template.json
kjuulh ff983f75c8
feat: with rust service template
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-17 02:53:43 +02:00

11 lines
141 B
JSON

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