mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +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 <>
14 lines
604 B
TOML
14 lines
604 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version = "0.8.19"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|
|
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"}
|
|
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
derive_more = "0.15.0"
|