solutions/Cargo.toml

9 lines
105 B
TOML

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