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