mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
0972c67d19
- Moves the basic implementation into the fork choice crate. - Builds the option of fork choices into beacon_struct.
11 lines
230 B
TOML
11 lines
230 B
TOML
[package]
|
|
name = "fork_choice"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
db = { path = "../../beacon_node/db" }
|
|
ssz = { path = "../utils/ssz" }
|
|
types = { path = "../types" }
|