solutions/Cargo.toml

9 lines
112 B
TOML

[workspace]
members = [
'node',
'pallets/template',
'runtime',
]
[profile.release]
panic = 'unwind'