mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 02:24:31 +00:00
12 lines
306 B
TOML
12 lines
306 B
TOML
[package]
|
|
name = "validator_shuffling"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
honey-badger-split = { path = "../utils/honey-badger-split" }
|
|
spec = { path = "../spec" }
|
|
types = { path = "../types" }
|
|
vec_shuffle = { path = "../utils/vec_shuffle" }
|