mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 22:07:58 +00:00
11 lines
401 B
TOML
11 lines
401 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
substrate-codec = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-codec-derive = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
polkadot-primitives = { path = "../primitives" }
|