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

[dependencies]
Gavin Wood's avatar
Gavin Wood committed
substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
polkadot-runtime = { path = "../runtime" }