[package] name = "polkadot-cli" version = "0.2.1" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." [dependencies] clap = { version = "~2.32", features = ["yaml"] } error-chain = "0.12" log = "0.3" slog = "^2" lazy_static = "1.0" tokio = "0.1.7" futures = "0.1.17" parking_lot = "0.4" exit-future = "0.1" substrate-cli = { path = "../../substrate/cli" } substrate-client = { path = "../../substrate/client" } substrate-codec = { path = "../../substrate/codec" } substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" } substrate-network = { path = "../../substrate/network" } substrate-primitives = { path = "../../substrate/primitives" } substrate-rpc = { path = "../../substrate/rpc" } substrate-rpc-servers = { path = "../../substrate/rpc-servers" } substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" } substrate-service = { path = "../../substrate/service" } substrate-state-machine = { path = "../../substrate/state-machine" } substrate-telemetry = { path = "../../substrate/telemetry" } polkadot-primitives = { path = "../primitives" } polkadot-runtime = { path = "../runtime" } polkadot-service = { path = "../service" } polkadot-transaction-pool = { path = "../transaction-pool" }