Files
lighthouse/eth2/proto_array_fork_choice/Cargo.toml
2020-01-14 12:50:21 +11:00

13 lines
258 B
TOML

[package]
name = "proto_array_fork_choice"
version = "0.1.0"
authors = ["Paul Hauner <paul@sigmaprime.io>"]
edition = "2018"
[dependencies]
parking_lot = "0.9.0"
types = { path = "../types" }
itertools = "0.8.1"
eth2_ssz = "0.1.2"
eth2_ssz_derive = "0.1.0"