Cargo.toml 1.03 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" }
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-network = { path = "../network" }
sr-io = { git = "https://github.com/paritytech/substrate" }
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
substrate-network = { git = "https://github.com/paritytech/substrate" }
substrate-client = { git = "https://github.com/paritytech/substrate" }
substrate-service = { git = "https://github.com/paritytech/substrate" }
substrate-telemetry = { git = "https://github.com/paritytech/substrate" }