mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
move alloy to wrokspace
This commit is contained in:
@@ -94,6 +94,7 @@ resolver = "2"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
alloy-primitives = { version = "0.7.7" }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
arbitrary = { version = "1", features = ["derive"] }
|
arbitrary = { version = "1", features = ["derive"] }
|
||||||
async-channel = "1.9.0"
|
async-channel = "1.9.0"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ name = "benches"
|
|||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
alloy-primitives = "0.7.7"
|
alloy-primitives = { workspace = true, features = ["rlp"] }
|
||||||
merkle_proof = { workspace = true }
|
merkle_proof = { workspace = true }
|
||||||
bls = { workspace = true, features = ["arbitrary"] }
|
bls = { workspace = true, features = ["arbitrary"] }
|
||||||
kzg = { workspace = true }
|
kzg = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user