lighthouse/beacon_chain/spec/Cargo.toml

10 lines
186 B
TOML
Raw Normal View History

[package]
name = "spec"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
2018-12-13 05:01:04 +00:00
bls = { path = "../utils/bls" }
types = { path = "../types" }