mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 12: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
14 lines
393 B
TOML
14 lines
393 B
TOML
[package]
|
|
name = "demo-api"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
demo-runtime = { path = "../runtime" }
|
|
demo-primitives = { path = "../primitives" }
|
|
substrate-client = { path = "../../substrate/client" }
|
|
substrate-primitives = { path = "../../substrate/primitives" }
|
|
|
|
[dev-dependencies]
|
|
substrate-keyring = { path = "../../substrate/keyring" }
|