Cargo.toml 1.24 KiB
Newer Older
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
[package]
name = "polkadot-service"
Gav Wood's avatar
Gav Wood committed
version = "0.3.0"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
authors = ["Parity Technologies <[email protected]>"]

[dependencies]
parking_lot = "0.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
error-chain = "0.12"
Gav Wood's avatar
Gav Wood committed
lazy_static = "1.0"
Gav Wood's avatar
Gav Wood committed
slog = "^2"
hex-literal = "0.1"
polkadot-availability-store = { path = "../availability-store" }
polkadot-consensus = { path = "../consensus" }
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
polkadot-primitives = { path = "../primitives" }
polkadot-runtime = { path = "../runtime" }
polkadot-executor = { path = "../executor" }
polkadot-network = { path = "../network"  }
sr-io = { git = "https://github.com/paritytech/substrate" }
sr-primitives = { git = "https://github.com/paritytech/substrate" }
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
substrate-client = { git = "https://github.com/paritytech/substrate" }
substrate-consensus-aura = { git = "https://github.com/paritytech/substrate" }
substrate-finality-grandpa = { git = "https://github.com/paritytech/substrate" }
substrate-service = { git = "https://github.com/paritytech/substrate" }
substrate-telemetry = { git = "https://github.com/paritytech/substrate" }
substrate-inherents = { git = "https://github.com/paritytech/substrate" }
substrate-transaction-pool = { git = "https://github.com/paritytech/substrate" }