move alloy to wrokspace

This commit is contained in:
Eitan Seri-Levi
2024-07-22 12:17:50 -07:00
parent 94f64c0d05
commit 5cdb960685
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ name = "benches"
harness = false
[dependencies]
alloy-primitives = "0.7.7"
alloy-primitives = { workspace = true, features = ["rlp"] }
merkle_proof = { workspace = true }
bls = { workspace = true, features = ["arbitrary"] }
kzg = { workspace = true }