mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
13 lines
446 B
TOML
13 lines
446 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives" }
|
|
reed-solomon-erasure = { git = "https://github.com/paritytech/reed-solomon-erasure" }
|
|
parity-codec = "3.0"
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-trie = { git = "https://github.com/paritytech/substrate" }
|