mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-06 12:37:23 +00:00
2efe482c40
* 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'
|