mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-03 16:57:24 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
22 lines
485 B
TOML
22 lines
485 B
TOML
[package]
|
|
name = "erasure_coding_fuzzer"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
polkadot-erasure-coding = { path = ".." }
|
|
honggfuzz = "0.5"
|
|
polkadot-primitives = { path = "../../primitives" }
|
|
primitives = { package = "polkadot-node-primitives", path = "../../node/primitives" }
|
|
|
|
[[bin]]
|
|
name = "reconstruct"
|
|
path = "src/reconstruct.rs"
|
|
|
|
[[bin]]
|
|
name = "round_trip"
|
|
path = "src/round_trip.rs"
|