mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
dcda0e50f5
* Fix build profiles Closes https://github.com/paritytech/polkadot-sdk/issues/1155 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Manually set version to 1.0.0 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use workspace repo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * 'Authors and Edition from workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
23 lines
774 B
TOML
23 lines
774 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version = "1.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.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 = { path = "../../substrate/primitives/core" }
|
|
sp-trie = { path = "../../substrate/primitives/trie" }
|
|
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
|