crunch/examples/basic-setup/crunch.toml
kjuulh dd024ec8fb
feat: with complete example and generated code
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-24 21:57:24 +02:00

9 lines
148 B
TOML

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