mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-30 03:47:25 +00:00
11 lines
331 B
TOML
11 lines
331 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
parity-codec = "3.0"
|
|
parity-codec-derive = "3.0"
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
polkadot-primitives = { path = "../primitives" }
|