diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-14 22:36:32 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-14 22:36:32 +0100 |
| commit | d14b7d028aec3d491d9f162fc84aa8f4e51ec814 (patch) | |
| tree | 0bebdcaddea1fc501b4b3aef50bfd1510d9d7640 /examples/10-transient-0/hobgoblin.json5 | |
| parent | edcaf92f6189a9f1af4978606d4948b56aca07b1 (diff) | |
Support struct with Int32 in rust-transient-0
Diffstat (limited to 'examples/10-transient-0/hobgoblin.json5')
| -rw-r--r-- | examples/10-transient-0/hobgoblin.json5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/10-transient-0/hobgoblin.json5 b/examples/10-transient-0/hobgoblin.json5 index 37617ed..2160c60 100644 --- a/examples/10-transient-0/hobgoblin.json5 +++ b/examples/10-transient-0/hobgoblin.json5 @@ -16,11 +16,11 @@ }, { generator: "rust-types", - path: "output/rust/src", + path: "output/rust/src/gen", }, { generator: "rust-transient-0", - path: "output/rust/src", + path: "output/rust/src/gen", } ], } |
