Files
pezkuwi-subxt/Cargo.toml
T
Gavin Wood 9d9ed1bc84 Add Statemint (#452)
* Add Statemint

* Versioning.

* Fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Benchmarking

* kick patch (paritytech/statemin#88)

* Westmint Chain Spec (paritytech/statemint#90)

* Tidy the common .toml

* Update weights

* add westmint sudo key comment

* Port consensus stuff

* fix typo

* fix typo ... again

* Recognise Westmint

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
Co-authored-by: Bastian Köcher <info@kchr.de>
2021-06-01 21:31:03 +02:00

38 lines
944 B
TOML

[workspace]
members = [
"client/cli",
"client/consensus/aura",
"client/consensus/common",
"client/consensus/relay-chain",
"client/network",
"client/pov-recovery",
"client/service",
"pallets/aura-ext",
"pallets/collator-selection",
"pallets/dmp-queue",
"pallets/parachain-system",
"pallets/xcm",
"pallets/xcmp-queue",
"primitives/core",
"primitives/parachain-inherent",
"primitives/utility",
"polkadot-parachains/",
"polkadot-parachains/pallets/parachain-info",
"polkadot-parachains/pallets/ping",
"polkadot-parachains/rococo-runtime",
"polkadot-parachains/shell-runtime",
"polkadot-parachains/statemint-common",
"polkadot-parachains/statemint-runtime",
"polkadot-parachains/statemine-runtime",
"polkadot-parachains/westmint-runtime",
"test/runtime",
"test/runtime-upgrade",
"test/client",
"test/service",
"test/relay-sproof-builder",
"test/relay-validation-worker-provider",
]
[profile.release]
panic = "unwind"