mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 01:57:59 +00:00
14 lines
180 B
TOML
14 lines
180 B
TOML
[workspace]
|
|
members = [
|
|
"consensus",
|
|
"network",
|
|
"runtime",
|
|
"test/runtime",
|
|
"test/client",
|
|
"test/parachain/runtime",
|
|
"test/parachain/",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|