Files
pezkuwi-subxt/Cargo.toml
T
2019-10-16 13:39:38 +02:00

13 lines
168 B
TOML

[workspace]
members = [
"consensus",
"runtime",
"test/runtime",
"test/client",
"test/parachain/runtime",
"test/parachain/",
]
[profile.release]
panic = 'unwind'