From a7e38a058c41068a6d6bae14e27c1803b1be384e Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Thu, 2 Jul 2026 11:11:03 +0100 Subject: Extend custom code example to include Rust types output --- examples/06-custom-code/hobgoblin.json5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/06-custom-code/hobgoblin.json5') diff --git a/examples/06-custom-code/hobgoblin.json5 b/examples/06-custom-code/hobgoblin.json5 index 19cd31b..d599806 100644 --- a/examples/06-custom-code/hobgoblin.json5 +++ b/examples/06-custom-code/hobgoblin.json5 @@ -5,5 +5,9 @@ path: "output/java/src/main/java", packageName: "org.zwobble.example.types" }, + { + generator: "rust-types", + path: "output/rust/src/gen", + }, ], } -- cgit v1.2.3