Files
roto/Cargo.toml
T

15 lines
194 B
TOML
Raw Normal View History

2026-05-04 22:45:55 -07:00
[workspace]
members = [
"runtime",
"codegen",
"protos",
"benches",
2026-05-13 23:08:21 -07:00
"roto-tonic",
2026-05-15 14:13:18 -07:00
"temp_test_project",
2026-05-12 13:44:53 -07:00
"examples/hello_world",
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"
]