lighthouse/beacon_chain/transition/Cargo.toml

10 lines
247 B
TOML
Raw Normal View History

2018-10-03 05:25:15 +00:00
[package]
name = "transition"
version = "0.1.0"
authors = ["Age Manning <Age@AgeManning.com>"]
[dependencies]
honey-badger-split = { path = "../utils/honey-badger-split" }
2018-10-03 05:25:15 +00:00
types = { path = "../types" }
shuffling = { path = "../utils/shuffling" }