mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
29f12f3f48
* upgrade codec and bitvec * "Update Substrate" Co-authored-by: parity-processbot <>
14 lines
584 B
TOML
14 lines
584 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version = "0.8.28"
|
|
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" }
|
|
parity-scale-codec = { version = "2.0.0", 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" }
|
|
thiserror = "1.0.23"
|