Cargo.toml 960 B
Newer Older
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[package]
name = "polkadot-service"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]

[dependencies]
futures = "0.1.17"
parking_lot = "0.4"
tokio-timer = "0.1.2"
error-chain = "0.11"
log = "0.4"
tokio-core = "0.1.12"
ed25519 = { path = "../../substrate/ed25519" }
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
polkadot-primitives = { path = "../primitives" }
polkadot-runtime = { path = "../runtime" }
polkadot-consensus = { path = "../consensus" }
polkadot-executor = { path = "../executor" }
polkadot-api = { path = "../api" }
polkadot-transaction-pool = { path = "../transaction-pool" }
polkadot-keystore = { path = "../keystore" }
substrate-runtime-io = { path = "../../substrate/runtime-io" }
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
substrate-primitives = { path = "../../substrate/primitives" }
substrate-network = { path = "../../substrate/network" }
substrate-client = { path = "../../substrate/client" }
substrate-codec = { path = "../../substrate/codec" }
substrate-executor = { path = "../../substrate/executor" }