Files
pezkuwi-subxt/Cargo.toml
T
2019-11-06 09:16:38 +01:00

14 lines
180 B
TOML

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