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-12 13:44:53 -07:00
|
|
|
"examples/hello_world",
|
2026-05-17 19:55:44 -07:00
|
|
|
"examples/no_std_test",
|
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"
|
|
|
|
|
]
|
2026-05-17 19:55:44 -07:00
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
panic = "abort"
|