Cargo.toml 1.27 KiB
Newer Older
[package]
name = "polkadot-collator"
André Silva's avatar
André Silva committed
version = "0.7.13"
authors = ["Parity Technologies <[email protected]>"]
description = "Collator node implementation"
edition = "2018"

[dependencies]
Ashley's avatar
Ashley committed
client = { package = "sc-client", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
client-api = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }
polkadot-primitives = { path = "../primitives" }
polkadot-cli = { path = "../cli" }
polkadot-network = { path = "../network" }
polkadot-validation = { path = "../validation" }
polkadot-service = { path = "../service" }
futures-timer = "1.0"
Ashley's avatar
Ashley committed
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "ashley-browser-utils" }