lighthouse-pulse/beacon_chain/attestation_validation/Cargo.toml
2018-12-18 18:08:51 +11:00

12 lines
296 B
TOML

[package]
name = "attestation_validation"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
hashing = { path = "../utils/hashing" }
ssz = { path = "../utils/ssz" }
types = { path = "../types" }