9 lines
145 B
TOML
9 lines
145 B
TOML
|
[service]
|
||
|
service = "my-service"
|
||
|
domain = "my-domain"
|
||
|
codegen = ["rust"]
|
||
|
|
||
|
[[publish]]
|
||
|
schema-path = "schemas/crunch"
|
||
|
output-path = "src/crunch"
|