Cargo.toml 344 B
Newer Older
[package]
name = "polkadot-executor"
version = "0.6.3"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."
edition = "2018"

[dependencies]
substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "kiz-rpc-for-fee-stuff" }
polkadot-runtime = { path = "../runtime" }