mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
* Add the remaining crates to cargo workspace * Merge branch 'unstable' into add-remaining-crates-workspace
19 lines
449 B
TOML
19 lines
449 B
TOML
[package]
|
|
name = "merkle_proof"
|
|
version = "0.2.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
alloy-primitives = { workspace = true }
|
|
ethereum_hashing = { workspace = true }
|
|
fixed_bytes = { workspace = true }
|
|
safe_arith = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
quickcheck = { workspace = true }
|
|
quickcheck_macros = { workspace = true }
|
|
|
|
[features]
|
|
arbitrary = ["alloy-primitives/arbitrary"]
|