Skip to content
Cargo.toml 4.44 KiB
Newer Older
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[workspace]
members = [
	"bin/node-template/node",
	"bin/node-template/pallets/template",
	"bin/node/bench",
	"bin/node/browser-testing",
	"bin/node/cli",
	"bin/node/executor",
	"bin/node/primitives",
	"bin/node/rpc-client",
	"bin/node/rpc",
	"bin/node/runtime",
	"bin/node/testing",
	"bin/node/transaction-factory",
	"bin/utils/subkey",
	"bin/utils/chain-spec-builder",
	"client",
	"client/api",
	"client/authority-discovery",
	"client/basic-authorship",
	"client/block-builder",
	"client/chain-spec",
	"client/chain-spec/derive",
	"client/cli",
	"client/consensus/aura",
	"client/consensus/babe",
	"client/consensus/babe/rpc",
Web3 Philosopher's avatar
Web3 Philosopher committed
	"client/consensus/manual-seal",
	"client/consensus/pow",
	"client/consensus/uncles",
	"client/consensus/slots",
	"client/consensus/epochs",
	"client/executor/common",
	"client/executor/wasmi",
	"client/executor/wasmtime",
	"client/executor/runtime-test",
	"client/finality-grandpa",
	"client/informant",
	"client/keystore",
	"client/network",
	"client/network/test",
	"client/rpc-servers",
	"client/rpc",
	"client/rpc-api",
	"client/service",
	"client/service/test",
	"client/state-db",
	"client/telemetry",
	"client/transaction-pool",
	"client/transaction-pool/graph",
	"utils/wasm-builder-runner",
	"frame/assets",
	"frame/aura",
	"frame/authority-discovery",
	"frame/authorship",
	"frame/babe",
	"frame/balances",
	"frame/collective",
	"frame/contracts",
	"frame/contracts/rpc",
	"frame/contracts/rpc/runtime-api",
	"frame/democracy",
	"frame/elections-phragmen",
	"frame/elections",
	"frame/evm",
	"frame/example",
	"frame/example-offchain-worker",
	"frame/executive",
	"frame/finality-tracker",
	"frame/generic-asset",
	"frame/grandpa",
	"frame/identity",
	"frame/im-online",
	"frame/indices",
	"frame/membership",
	"frame/metadata",
	"frame/nicks",
	"frame/offences",
	"frame/randomness-collective-flip",
	"frame/recovery",
	"frame/scored-pool",
	"frame/session",
	"frame/session/benchmarking",
Gavin Wood's avatar
Gavin Wood committed
	"frame/society",
	"frame/staking",
	"frame/staking/reward-curve",
	"frame/staking/fuzzer",
	"frame/sudo",
	"frame/support",
	"frame/support/procedural",
	"frame/support/procedural/tools",
	"frame/support/procedural/tools/derive",
	"frame/support/test",
	"frame/system",
	"frame/system/rpc/runtime-api",
	"frame/timestamp",
	"frame/transaction-payment",
	"frame/transaction-payment/rpc",
	"frame/transaction-payment/rpc/runtime-api",
	"frame/treasury",
	"frame/utility",
	"frame/vesting",
	"primitives/allocator",
	"primitives/application-crypto",
	"primitives/application-crypto/test",
	"primitives/authority-discovery",
	"primitives/authorship",
	"primitives/block-builder",
	"primitives/consensus/aura",
	"primitives/consensus/babe",
	"primitives/consensus/common",
	"primitives/consensus/pow",
	"primitives/consensus/vrf",
	"primitives/chain-spec",
Gavin Wood's avatar
Gavin Wood committed
	"primitives/database",
	"primitives/debug-derive",
	"primitives/storage",
	"primitives/finality-tracker",
	"primitives/finality-grandpa",
	"primitives/inherents",
	"primitives/keyring",
	"primitives/offchain",
	"primitives/panic-handler",
	"primitives/phragmen",
	"primitives/phragmen/fuzzer",
	"primitives/phragmen/compact",
	"primitives/rpc",
	"primitives/runtime-interface",
	"primitives/runtime-interface/proc-macro",
	"primitives/runtime-interface/test-wasm",
	"primitives/runtime-interface/test-wasm-deprecated",
	"primitives/runtime-interface/test",
	"primitives/serializer",
	"primitives/session",
	"primitives/api",
	"primitives/api/proc-macro",
	"primitives/api/test",
	"primitives/arithmetic",
	"primitives/arithmetic/fuzzer",
	"primitives/sandbox",
	"primitives/staking",
	"primitives/version",
	"primitives/timestamp",
	"primitives/test-primitives",
	"primitives/transaction-pool",
Bastian Köcher's avatar
Bastian Köcher committed
	"primitives/tracing",
	"test-utils/client",
	"test-utils/runtime",
	"test-utils/runtime/client",
	"test-utils/runtime/transaction-pool",
	"utils/browser",
	"utils/build-script-utils",
	"utils/fork-tree",
	"utils/frame/benchmarking-cli",
Chevdor's avatar
Chevdor committed

Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[profile.release]
# Substrate runtime requires unwinding.