solutions/Cargo.toml

10 lines
113 B
TOML

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