mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
4f1c6baf8e
* initial mock * integrate xcm-handler into runtime * expose xcm send error * oops * better comment
22 lines
365 B
TOML
22 lines
365 B
TOML
[workspace]
|
|
members = [
|
|
"consensus",
|
|
"message-broker",
|
|
"network",
|
|
"parachain-upgrade",
|
|
"primitives",
|
|
"rococo-parachains/",
|
|
"rococo-parachains/pallets/parachain-info",
|
|
"rococo-parachains/primitives",
|
|
"rococo-parachains/runtime",
|
|
"runtime",
|
|
"service",
|
|
"test/runtime",
|
|
"test/client",
|
|
"test/service",
|
|
"xcm-handler",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|