Files
pezkuwi-subxt/polkadot/executor/Cargo.toml
T
2018-08-14 18:53:12 +02:00

10 lines
299 B
TOML

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