[package] name = "polkadot-executor" version = "0.1.0" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." [dependencies] substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-runtime = { path = "../runtime" }