feat: with rust service template

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-06-17 02:53:43 +02:00
parent 099d7a4bc4
commit ff983f75c8
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -0,0 +1,10 @@
{
"name": "rust-service",
"templating": "tera",
"delimiter": "[[]]",
"variables": {
"name": {
"type": "string"
}
}
}