mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-26 01:03:40 +00:00
Rename lmd_ghost > proto_array_fork_choice
This commit is contained in:
12
eth2/proto_array_fork_choice/Cargo.toml
Normal file
12
eth2/proto_array_fork_choice/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user