Files
pezkuwi-subxt/polkadot/executor/Cargo.toml
T
Robert Habermeier f85fcd4fc2 get building
2018-08-15 13:40:46 +02:00

11 lines
422 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/polkadot", branch = "split-substrate" }
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
polkadot-runtime = { path = "../runtime" }