mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
be403051dc
* rust 1.64 enables workspace properties * add edition, repository and authors. * of course, update the version in one place. Co-authored-by: Andronik <write@reusable.software>
22 lines
458 B
TOML
22 lines
458 B
TOML
[package]
|
|
name = "erasure_coding_fuzzer"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[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"
|
|
|
|
[workspace]
|