[package] name = "polkadot-executor" version = "0.7.1" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } polkadot-runtime = { path = "../runtime" }