crunch/examples/basic-setup/crunch.toml
kjuulh 38f36f1aa5
feat: with crunch file support
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-24 12:18:29 +02:00

9 lines
145 B
TOML

[service]
service = "my-service"
domain = "my-domain"
codegen = ["rust"]
[[publish]]
schema-path = "schemas/crunch"
output-path = "src/crunch"