crunch/examples/basic-setup/.crunch.toml
kjuulh 0a048257e2
feat: with example code
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-26 21:53:54 +02:00

10 lines
170 B
TOML

[service]
service = "basic-setup"
domain = "examples"
codegen = ["rust"]
[[publish]]
schema-path = "schemas/crunch"
output-path = "src/gencrunch"
entities = ["example"]