Cargo.toml 346 B
Newer Older
[package]
name = "polkadot-executor"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."
edition = "2018"

[dependencies]
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future-test" }
polkadot-runtime = { path = "../runtime" }