Skip to content
Cargo.toml 422 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 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
asynchronous rob's avatar
asynchronous rob committed
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
polkadot-runtime = { path = "../runtime" }