2023-09-24 12:18:29 +02:00
|
|
|
[service]
|
2023-09-26 21:53:54 +02:00
|
|
|
service = "basic-setup"
|
|
|
|
domain = "examples"
|
2023-09-24 12:18:29 +02:00
|
|
|
codegen = ["rust"]
|
|
|
|
|
2023-09-26 21:53:54 +02:00
|
|
|
[[publish]]
|
2023-09-24 12:18:29 +02:00
|
|
|
schema-path = "schemas/crunch"
|
2023-09-24 21:57:24 +02:00
|
|
|
output-path = "src/gencrunch"
|
2023-09-26 21:53:54 +02:00
|
|
|
entities = ["example"]
|