solutions/Cargo.toml

10 lines
97 B
TOML

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