Cargo.toml 604 Bytes
Newer Older
1
2
[package]
name = "polkadot-erasure-coding"
Gavin Wood's avatar
Gavin Wood committed
3
version = "0.8.13"
4
5
6
7
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
8
primitives = { package = "polkadot-primitives", path = "../primitives" }
9
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"}
10
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
Ashley Ruglys's avatar
Ashley Ruglys committed
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
derive_more = "0.15.0"