Cargo.toml 624 B
Newer Older
[package]
name = "polkadot-erasure-coding"
version = "0.8.27"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
primitives = { package = "polkadot-primitives", path = "../primitives" }
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2" }
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
asynchronous rob's avatar
asynchronous rob committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
thiserror = "1.0.22"