feat: with rust service template

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-17 02:53:43 +02:00
parent 099d7a4bc4
commit ff983f75c8

View File

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