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

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