546b74149e
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.
15 lines
194 B
TOML
15 lines
194 B
TOML
[workspace]
|
|
members = [
|
|
"runtime",
|
|
"codegen",
|
|
"protos",
|
|
"benches",
|
|
"roto-tonic",
|
|
"temp_test_project",
|
|
"examples/hello_world",
|
|
]
|
|
|
|
exclude = [
|
|
"test_gen_project"
|
|
]
|