Cargo.toml 648 B
Newer Older
[package]
name = "polkadot-erasure-coding"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.11"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
primitives = { package = "polkadot-primitives", path = "../primitives" }
reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"}
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
Ashley Ruglys's avatar
Ashley Ruglys committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
derive_more = "0.15.0"