mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 06:48:01 +00:00
b76086c617
* westend: update transaction version * polkadot: update transaction version * kusama: update transaction version * Bump spec_version to 9330 * bump versions to 0.9.33
22 lines
471 B
TOML
22 lines
471 B
TOML
[package]
|
|
name = "erasure_coding_fuzzer"
|
|
version = "0.9.33"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[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]
|