mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 09:37:55 +00:00
13 lines
378 B
TOML
13 lines
378 B
TOML
[package]
|
|
name = "polkadot-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.11"
|
|
log = "0.3"
|
|
parking_lot = "0.4"
|
|
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
|
polkadot-state-machine = { path = "../state-machine", version = "0.1" }
|
|
polkadot-serializer = { path = "../serializer", version = "0.1" }
|