mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 03:17:56 +00:00
a00d0e75fd
* client-api type and move duty roster types to primitives * tuple implementation for slicable * mild cleanup of deserialization code * stubs which handle encoding and decoding themselves * fancier impl_stubs macro * zero-copy slicable API * minimal polkadot-client API * fix WASM API generation * move native environment stuff to substrate executor * fix warnings and grumbles
14 lines
459 B
TOML
14 lines
459 B
TOML
[package]
|
|
name = "polkadot-api"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.11"
|
|
polkadot-executor = { path = "../executor" }
|
|
polkadot-runtime = { path = "../runtime" }
|
|
polkadot-primitives = { path = "../primitives" }
|
|
substrate-client = { path = "../../substrate/client" }
|
|
substrate-executor = { path = "../../substrate/executor" }
|
|
substrate-state-machine = { path = "../../substrate/state-machine" }
|