diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-02 09:57:35 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-02 09:57:35 +0100 |
| commit | 066af00eebe662e5a589a4e274e1613201b36982 (patch) | |
| tree | 985cf23c7288ca11c51611b744fd5dbde2031fa7 /examples/02-sum/hobgoblin.json5 | |
| parent | 3d6034f51eba69de538ce2b7ccdd59654870db1d (diff) | |
Support translating sums into Rust types
Diffstat (limited to 'examples/02-sum/hobgoblin.json5')
| -rw-r--r-- | examples/02-sum/hobgoblin.json5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/02-sum/hobgoblin.json5 b/examples/02-sum/hobgoblin.json5 index 1ec9568..2bf59c3 100644 --- a/examples/02-sum/hobgoblin.json5 +++ b/examples/02-sum/hobgoblin.json5 @@ -5,5 +5,9 @@ path: "output/java/src/gen/java", packageName: "org.zwobble.example.types" }, + { + generator: "rust-types", + path: "output/rust/src", + }, ], } |
