Cargo.toml 348 B
Newer Older
[package]
name = "polkadot-executor"
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.1"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."
edition = "2018"

[dependencies]
Ashley's avatar
Ashley committed
substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
polkadot-runtime = { path = "../runtime" }