solutions/Cargo.toml

10 lines
113 B
TOML
Raw Normal View History

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