14 lines
169 B
TOML
14 lines
169 B
TOML
[workspace]
|
|
members = [
|
|
"runtime",
|
|
"codegen",
|
|
"protos",
|
|
"benches",
|
|
"roto-tonic",
|
|
"examples/hello_world",
|
|
]
|
|
|
|
exclude = [
|
|
"test_gen_project"
|
|
]
|