mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 19:28:01 +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
13 lines
310 B
TOML
13 lines
310 B
TOML
[package]
|
|
name = "demo-cli"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate Demo node implementation in Rust."
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
tokio = "0.1.7"
|
|
exit-future = "0.1"
|
|
substrate-cli = { path = "../../substrate/cli" }
|
|
demo-service = { path = "../service" }
|