Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "erasure_coding_fuzzer"
|
||||
name = "pez_erasure_coding_fuzzer"
|
||||
version = "1.0.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish = false
|
||||
description = "Pezkuwi SDK component: erasure coding fuzzer"
|
||||
documentation = "https://docs.rs/erasure_coding_fuzzer"
|
||||
documentation = "https://docs.rs/pez_erasure_coding_fuzzer"
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
||||
@@ -16,7 +16,7 @@ workspace = true
|
||||
[dependencies]
|
||||
honggfuzz = { workspace = true }
|
||||
pezkuwi-erasure-coding = { workspace = true, default-features = true }
|
||||
pezkuwi-node-primitives = { workspace = true, default-features = true }
|
||||
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
||||
pezkuwi-primitives = { workspace = true, default-features = true }
|
||||
|
||||
[[bin]]
|
||||
@@ -30,6 +30,6 @@ path = "src/round_trip.rs"
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"pezkuwi-erasure-coding/runtime-benchmarks",
|
||||
"pezkuwi-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user