mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
18 lines
664 B
TOML
18 lines
664 B
TOML
[package]
|
|
name = "chain"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bls = { path = "../../beacon_chain/utils/bls" }
|
|
db = { path = "../db" }
|
|
genesis = { path = "../../beacon_chain/genesis" }
|
|
naive_fork_choice = { path = "../../beacon_chain/naive_fork_choice" }
|
|
slot_clock = { path = "../../beacon_chain/utils/slot_clock" }
|
|
spec = { path = "../../beacon_chain/spec" }
|
|
ssz = { path = "../../beacon_chain/utils/ssz" }
|
|
types = { path = "../../beacon_chain/types" }
|
|
validator_induction = { path = "../../beacon_chain/validator_induction" }
|
|
validator_shuffling = { path = "../../beacon_chain/validator_shuffling" }
|