mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 19:02:42 +00:00
13 lines
258 B
TOML
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"
|