feat: with crunch file support

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 12:18:29 +02:00
parent 4e70adfb38
commit 38f36f1aa5
7 changed files with 621 additions and 45 deletions

View File

@@ -0,0 +1,8 @@
[service]
service = "my-service"
domain = "my-domain"
codegen = ["rust"]
[[publish]]
schema-path = "schemas/crunch"
output-path = "src/crunch"