Skip to content
Cargo.toml 279 B
Newer Older
[package]
name = "polkadot-executor"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."

[dependencies]
substrate-executor = { path = "../../substrate/executor" }
polkadot-runtime = { path = "../runtime" }