Files
roto/Cargo.toml
T

12 lines
123 B
TOML

[workspace]
members = [
"runtime",
"codegen",
"protos",
"benches",
]
exclude = [
"test_gen_project"
]