mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 23:27:56 +00:00
f92e41925f
This is mostly a copy of the predating version with exception of some renaming and alterations (e.g. the message handler takes an inbound downward message by value, not by reference).
21 lines
349 B
TOML
21 lines
349 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",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|