mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 15:17:57 +00:00
9603b2fe5f
* Add cumulus-service Crate that abstracts the service of a parachain. * Make finalization infallible
22 lines
401 B
TOML
22 lines
401 B
TOML
[workspace]
|
|
members = [
|
|
"consensus",
|
|
"message-broker",
|
|
"network",
|
|
"parachain-upgrade",
|
|
"primitives",
|
|
"rococo-parachains/",
|
|
"rococo-parachains/contracts-runtime",
|
|
"rococo-parachains/pallets/parachain-info",
|
|
"rococo-parachains/pallets/token-dealer",
|
|
"rococo-parachains/runtime",
|
|
"runtime",
|
|
"service",
|
|
"test/runtime",
|
|
"test/client",
|
|
"upward-message",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|