solutions/Cargo.toml

10 lines
97 B
TOML
Raw Normal View History

[profile.release]
panic = 'unwind'
2020-01-06 20:58:38 +00:00
[workspace]
2020-03-05 16:53:25 +00:00
members = [
'node',
'pallets/*',
'runtime',
2020-03-05 16:53:25 +00:00
]