mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
22 lines
808 B
TOML
22 lines
808 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives" }
|
|
polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" }
|
|
novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" }
|
|
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["std", "derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
thiserror = "1.0.31"
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
|
|
|
|
[[bench]]
|
|
name = "scaling_with_validators"
|
|
harness = false
|