summaryrefslogtreecommitdiff
path: root/examples/01-struct/hobgoblin.json5
diff options
context:
space:
mode:
Diffstat (limited to 'examples/01-struct/hobgoblin.json5')
-rw-r--r--examples/01-struct/hobgoblin.json54
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/01-struct/hobgoblin.json5 b/examples/01-struct/hobgoblin.json5
index 472e586..b19ddfd 100644
--- a/examples/01-struct/hobgoblin.json5
+++ b/examples/01-struct/hobgoblin.json5
@@ -11,5 +11,9 @@
path: "output/java/src/gen/java",
packageName: "org.zwobble.example.types",
},
+ {
+ generator: "rust-types",
+ path: "output/rust/src",
+ }
],
}