mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 21:17:56 +00:00
20f3e9f636
* Use substrate codec for network messages * Version bump * Removed redundant format
10 lines
295 B
TOML
10 lines
295 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
substrate-codec = { path = "../../substrate/codec" }
|
|
substrate-primitives = { path = "../../substrate/primitives" }
|
|
polkadot-primitives = { path = "../primitives" }
|