mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 14:47:55 +00:00
18 lines
556 B
TOML
18 lines
556 B
TOML
[package]
|
|
name = "substrate-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.11"
|
|
log = "0.3"
|
|
parking_lot = "0.4"
|
|
substrate-primitives = { path = "../primitives", version = "0.1" }
|
|
substrate-state-machine = { path = "../state-machine", version = "0.1" }
|
|
substrate-serializer = { path = "../serializer" }
|
|
substrate-executor = { path = "../executor" }
|
|
substrate-codec = { path = "../codec", version = "0.1" }
|
|
triehash = "0.1"
|
|
hex-literal = "0.1"
|
|
ed25519 = { path = "../ed25519", version = "0.1" }
|