Files
roto/Cargo.toml
T
charles 546b74149e Fix code generator and add compilation test
Correct module paths and accessor usage in the generator to ensure
generated code builds. Add a test that verifies this by compiling the
generated code in a temporary project.
2026-05-15 14:13:18 -07:00

15 lines
194 B
TOML

[workspace]
members = [
"runtime",
"codegen",
"protos",
"benches",
"roto-tonic",
"temp_test_project",
"examples/hello_world",
]
exclude = [
"test_gen_project"
]