Cargo.toml 401 B
Newer Older
[package]
name = "polkadot-statement-table"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]

[dependencies]
Gav's avatar
Gav committed
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" }