diff options
Diffstat (limited to 'examples/02-struct-singleton/hobgoblin.json5')
| -rw-r--r-- | examples/02-struct-singleton/hobgoblin.json5 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/02-struct-singleton/hobgoblin.json5 b/examples/02-struct-singleton/hobgoblin.json5 new file mode 100644 index 0000000..19e0f93 --- /dev/null +++ b/examples/02-struct-singleton/hobgoblin.json5 @@ -0,0 +1,23 @@ +{ + outputs: { + langs: { + java: { + packageName: "org.zwobble.example.types", + }, + }, + generators: [ + { + generator: "java-types", + path: "output/java/src/gen/java", + }, + { + generator: "java-precisely-matchers", + path: "output/java/src/gen/java", + }, + { + generator: "rust-types", + path: "output/rust/src", + }, + ], + } +} |
