mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 15:17:57 +00:00
35738c7325
chore: refactor for consistant naming of the crates and paths of the runtimes * tests: ignore folder created by the tests * chore: refactoring * Update polkadot-parachains/Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
41 lines
1002 B
TOML
41 lines
1002 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/parachain-system/proc-macro",
|
|
"pallets/session-benchmarking",
|
|
"pallets/xcm",
|
|
"pallets/xcmp-queue",
|
|
"primitives/core",
|
|
"primitives/parachain-inherent",
|
|
"primitives/timestamp",
|
|
"primitives/utility",
|
|
"polkadot-parachains/",
|
|
"polkadot-parachains/pallets/parachain-info",
|
|
"polkadot-parachains/pallets/ping",
|
|
"polkadot-parachains/rococo",
|
|
"polkadot-parachains/shell",
|
|
"polkadot-parachains/statemint-common",
|
|
"polkadot-parachains/statemint",
|
|
"polkadot-parachains/statemine",
|
|
"polkadot-parachains/westmint",
|
|
"test/runtime",
|
|
"test/runtime-upgrade",
|
|
"test/client",
|
|
"test/service",
|
|
"test/relay-sproof-builder",
|
|
"test/relay-validation-worker-provider",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|