mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 22:27:56 +00:00
7d8eb5b2ac
* Commit a fuzzer for the erase coding * Replace tabs with spaces for the erase coding fuzzer * Apply suggestions from code review Co-authored-by: Andronik Ordian <write@reusable.software>
21 lines
414 B
TOML
21 lines
414 B
TOML
[package]
|
|
name = "erasure_coding_fuzzer"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Ulitzsch <vincent@srlabs.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
polkadot-erasure-coding = { path = ".." }
|
|
honggfuzz = "0.5"
|
|
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
|
|
|
[[bin]]
|
|
name = "reconstruct_fuzzer"
|
|
path = "src/reconstruct.rs"
|
|
|
|
[[bin]]
|
|
name = "round_trip"
|
|
path = "src/round_trip.rs"
|
|
|
|
[workspace]
|