[package] name = "polkadot-erasure-coding" version = "0.1.0" authors = ["Parity Technologies "] 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" }