Skip to content

Commit

Permalink
Merge pull request #768 from Chia-Network/add_fuzz_packages_to_workspace
Browse files Browse the repository at this point in the history
add fuzz packages to workspace
  • Loading branch information
altendky authored Oct 23, 2024
2 parents 519a82e + 37c71a5 commit e8e63e6
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 e8e63e6

Please sign in to comment.