Files
pezkuwi-subxt/substrate/demo/network/Cargo.toml
T
Arkadiy Paronyan fea750511e Bring substrate-demo up to date (#658)
* Updating substrate-demo

* Consenus fixes

* Reverted toolchain change

* Adjusted timeout formula

* Simplfied proposal creation

* Fixed tests

* Fixed a few small issues

* 2017->2018

* Style

* More style

* Renamed demo executable to substrate

* Style

* Fixed compilation after merge

* Style
2018-09-10 17:54:32 +02:00

18 lines
506 B
TOML

[package]
name = "demo-network"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate demo networking protocol"
[dependencies]
demo-api = { path = "../api" }
demo-consensus = { path = "../consensus" }
demo-primitives = { path = "../primitives" }
substrate-bft = { path = "../../substrate/bft" }
substrate-network = { path = "../../substrate/network" }
ed25519 = { path = "../../substrate/ed25519" }
futures = "0.1"
tokio = "0.1.7"
log = "0.4"
rhododendron = "0.3"