Files
roto/Cargo.toml
T

13 lines
162 B
TOML
Raw Normal View History

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