mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
* Enforce alphabetically ordered cargo deps * Fix test-suite * Another CI fix * Merge branch 'unstable' into cargo-sort * Fix conflicts * Merge remote-tracking branch 'origin/unstable' into cargo-sort
19 lines
433 B
TOML
19 lines
433 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 }
|
|
safe_arith = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
superstruct = { workspace = true }
|
|
types = { workspace = true }
|