23 lines
280 B
TOML
23 lines
280 B
TOML
[workspace]
|
|
members = [
|
|
"runtime",
|
|
"codegen",
|
|
"protos",
|
|
"benches",
|
|
"roto-tonic",
|
|
"examples/hello_world",
|
|
]
|
|
|
|
exclude = [
|
|
"test_gen_project",
|
|
"examples/no_std_test",
|
|
]
|
|
|
|
resolver = "3"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|