Skip to content

Commit

Permalink
add fuzz packages to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 23, 2024
1 parent 519a82e commit 37c71a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ clvm-traits = { path = "./crates/clvm-traits", version = "0.15.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.15.0" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.15.0" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.15.0" }
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.15.0" }
chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.15.0" }
chia-traits-fuzz = { path = "./crates/chia-traits/fuzz", version = "0.15.0" }
chia-utils-fuzz = { path = "./crates/chia-utils/fuzz", version = "0.15.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.9.0"
syn = "2.0.75"
Expand Down

0 comments on commit 37c71a5

Please sign in to comment.