crunch/examples/basic-setup/crunch.toml

9 lines
145 B
TOML
Raw Normal View History

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