Files
pezkuwi-subxt/cumulus/Cargo.toml
T
Bastian Köcher d3f9c7db38 Parachain Consensus abstractions (#329)
* Move consensus to consensus-common crate

* Move the parachain consensus out of the collator

* Add first relay chain consensus stuff

* Remove some warnings

* Fix more stuff

* Fix collator test

* Change `ParachainConsensus` to take a mutable self

* Make everything compile

* Feedback
2021-02-16 12:45:30 +01:00

23 lines
479 B
TOML

[workspace]
members = [
"client/consensus/common",
"client/consensus/relay-chain",
"client/network",
"client/service",
"pallets/parachain-system",
"pallets/xcm-handler",
"primitives/core",
"primitives/parachain-inherent",
"rococo-parachains/",
"rococo-parachains/pallets/parachain-info",
"rococo-parachains/primitives",
"rococo-parachains/runtime",
"test/runtime",
"test/client",
"test/service",
"test/relay-sproof-builder",
]
[profile.release]
panic = "unwind"