solutions/Cargo.toml

9 lines
112 B
TOML
Raw Normal View History

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