mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
8f3317d056
* Update scale codec to latest version to fix bug in future rustc version Companion of: https://github.com/paritytech/substrate/pull/6746 * 'Update substrate' Co-authored-by: parity-processbot <>
15 lines
647 B
TOML
15 lines
647 B
TOML
[package]
|
|
name = "polkadot-node-primitives"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Primitives types for the Node-side"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../../primitives" }
|
|
polkadot-statement-table = { path = "../../statement-table" }
|
|
parity-scale-codec = { version = "1.3.4", default-features = false, features = ["derive"] }
|
|
runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
|
async-trait = "0.1"
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|