mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
e6995cc997
* Bump error-chain * Fix compilation errors
74 lines
1.6 KiB
TOML
74 lines
1.6 KiB
TOML
[[bin]]
|
|
name = "polkadot"
|
|
path = "polkadot/src/main.rs"
|
|
|
|
[package]
|
|
name = "polkadot"
|
|
version = "0.2.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.12"
|
|
polkadot-cli = { path = "polkadot/cli" }
|
|
|
|
[workspace]
|
|
members = [
|
|
"polkadot/api",
|
|
"polkadot/cli",
|
|
"polkadot/collator",
|
|
"polkadot/consensus",
|
|
"polkadot/executor",
|
|
"polkadot/parachain",
|
|
"polkadot/primitives",
|
|
"polkadot/runtime",
|
|
"polkadot/service",
|
|
"polkadot/statement-table",
|
|
"polkadot/transaction-pool",
|
|
"substrate/bft",
|
|
"substrate/client",
|
|
"substrate/client/db",
|
|
"substrate/codec",
|
|
"substrate/environmental",
|
|
"substrate/executor",
|
|
"substrate/extrinsic-pool",
|
|
"substrate/keyring",
|
|
"substrate/misbehavior-check",
|
|
"substrate/network",
|
|
"substrate/primitives",
|
|
"substrate/rpc",
|
|
"substrate/rpc-servers",
|
|
"substrate/runtime-io",
|
|
"substrate/runtime-sandbox",
|
|
"substrate/runtime-std",
|
|
"substrate/runtime-support",
|
|
"substrate/runtime/consensus",
|
|
"substrate/runtime/contract",
|
|
"substrate/runtime/council",
|
|
"substrate/runtime/democracy",
|
|
"substrate/runtime/executive",
|
|
"substrate/runtime/primitives",
|
|
"substrate/runtime/session",
|
|
"substrate/runtime/staking",
|
|
"substrate/runtime/system",
|
|
"substrate/runtime/timestamp",
|
|
"substrate/serializer",
|
|
"substrate/state-machine",
|
|
"substrate/test-runtime",
|
|
"substrate/telemetry",
|
|
"substrate/keystore",
|
|
"demo/cli",
|
|
"demo/executor",
|
|
"demo/primitives",
|
|
"demo/runtime",
|
|
"safe-mix",
|
|
"subkey",
|
|
]
|
|
exclude = [
|
|
"polkadot/runtime/wasm",
|
|
"demo/runtime/wasm",
|
|
"substrate/executor/wasm",
|
|
"substrate/pwasm-alloc",
|
|
"substrate/pwasm-libc",
|
|
"substrate/test-runtime/wasm",
|
|
]
|