Newer
Older
[package]
name = "polkadot-collator"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
description = "Collator node implementation"
substrate-client = { git = "https://github.com/paritytech/substrate" }
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
polkadot-runtime = { path = "../runtime", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-cli = { path = "../cli" }
log = "0.4"