Cargo.toml 650 B
Newer Older
[package]
name = "polkadot-erasure-coding"
version = "0.8.15"
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"] }
Tomasz Drwięga's avatar
Tomasz Drwięga committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
derive_more = "0.15.0"