[[bin]] name = "polkadot" path = "polkadot/src/main.rs" [package] name = "polkadot" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] error-chain = "0.11" polkadot-cli = { path = "polkadot/cli" } polkadot-network = { path = "polkadot/network" } [workspace] members = [ "substrate/client", "substrate/codec", "substrate/environmental", "substrate/executor", "polkadot/network", "polkadot/candidate-agreement", "polkadot/cli", "polkadot/collator", "polkadot/executor", "polkadot/runtime", "polkadot/primitives", "polkadot/validator", "substrate/primitives", "substrate/rpc", "substrate/rpc-servers", "substrate/runtime-io", "substrate/runtime-std", "substrate/serializer", "substrate/state-machine", ] exclude = [ "substrate/executor/wasm", "polkadot/runtime/wasm", "substrate/pwasm-alloc", "substrate/pwasm-libc", ]