Cargo.toml 674 B
Newer Older
[package]
name = "polkadot-erasure-coding"
André Silva's avatar
André Silva committed
version = "0.7.13"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

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