lighthouse/beacon_chain/transition/Cargo.toml

9 lines
185 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]
types = { path = "../types" }
shuffling = { path = "../utils/shuffling" }