mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
fea750511e
* 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
18 lines
506 B
TOML
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"
|