lighthouse/beacon_chain/abstract_chain/Cargo.toml

11 lines
235 B
TOML
Raw Normal View History

2018-12-29 03:39:56 +00:00
[package]
name = "abstract_chain"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
hashing = { path = "../utils/hashing" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }