lighthouse/beacon_chain/abstract_chain/Cargo.toml
2018-12-29 15:00:51 +11:00

11 lines
235 B
TOML

[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" }