Files
roto/Cargo.toml
T

12 lines
123 B
TOML
Raw Normal View History

2026-05-04 22:45:55 -07:00
[workspace]
members = [
"runtime",
"codegen",
"protos",
"benches",
]
2026-04-30 22:01:41 -07:00
2026-05-04 22:45:55 -07:00
exclude = [
"test_gen_project"
]