summaryrefslogtreecommitdiff
path: root/examples/07-imports/hobgoblin.json5
diff options
context:
space:
mode:
Diffstat (limited to 'examples/07-imports/hobgoblin.json5')
-rw-r--r--examples/07-imports/hobgoblin.json513
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/07-imports/hobgoblin.json5 b/examples/07-imports/hobgoblin.json5
new file mode 100644
index 0000000..2bf59c3
--- /dev/null
+++ b/examples/07-imports/hobgoblin.json5
@@ -0,0 +1,13 @@
+{
+ outputs: [
+ {
+ generator: "java-types",
+ path: "output/java/src/gen/java",
+ packageName: "org.zwobble.example.types"
+ },
+ {
+ generator: "rust-types",
+ path: "output/rust/src",
+ },
+ ],
+}