mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
`serde_yaml` is now deprecated. The API-compatible `yaml_serde` should be used instead. Replace `serde_yaml` with `yaml_serde`. This is purely mechanical as the API is 1-to-1. Co-Authored-By: Mac L <mjladson@pm.me>
20 lines
468 B
TOML
20 lines
468 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 }
|
|
superstruct = { workspace = true }
|
|
types = { workspace = true }
|
|
yaml_serde = { workspace = true }
|