mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
9717698f7b
- Added tests - Remove it from the delegation dir - Added it as a crate in utils
10 lines
247 B
TOML
10 lines
247 B
TOML
[package]
|
|
name = "transition"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
|
|
|
[dependencies]
|
|
honey-badger-split = { path = "../utils/honey-badger-split" }
|
|
types = { path = "../types" }
|
|
shuffling = { path = "../utils/shuffling" }
|