Files
pezkuwi-subxt/polkadot/executor/Cargo.toml
T
2019-10-30 10:48:45 +01:00

11 lines
338 B
TOML

[package]
name = "polkadot-executor"
version = "0.6.6"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot node implementation in Rust."
edition = "2018"
[dependencies]
substrate-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
polkadot-runtime = { path = "../runtime" }