lighthouse/eth2/spec/Cargo.toml
2019-01-22 16:16:02 +11:00

10 lines
186 B
TOML

[package]
name = "spec"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bls = { path = "../utils/bls" }
types = { path = "../types" }