Files
roto/Cargo.toml
T
2026-05-13 23:08:21 -07:00

14 lines
169 B
TOML

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