Cargo.toml 591 Bytes
Newer Older
1
2
[package]
name = "polkadot-erasure-coding"
3
version = "0.8.29"
4
5
6
7
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
8
primitives = { package = "polkadot-primitives", path = "../primitives" }
9
novelpoly = { package = "reed-solomon-novelpoly", version = "=0.0.3" }
10
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["std", "derive"] }
11
12
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }
13
thiserror = "1.0.23"