mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-10 01:26:44 +00:00
Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>
30 lines
665 B
TOML
30 lines
665 B
TOML
[package]
|
|
name = "proto_array"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@sigmaprime.io>"]
|
|
edition = { workspace = true }
|
|
|
|
[[bin]]
|
|
name = "proto_array"
|
|
path = "src/bin.rs"
|
|
|
|
[dependencies]
|
|
ethereum_ssz = { workspace = true }
|
|
ethereum_ssz_derive = { workspace = true }
|
|
fixed_bytes = { workspace = true }
|
|
safe_arith = { workspace = true }
|
|
serde = { workspace = true }
|
|
smallvec = { workspace = true }
|
|
superstruct = { workspace = true }
|
|
typenum = { workspace = true }
|
|
types = { workspace = true }
|
|
yaml_serde = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
criterion = { workspace = true }
|
|
fixed_bytes = { workspace = true }
|
|
|
|
[[bench]]
|
|
name = "find_head"
|
|
harness = false
|