mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 04:21:22 +00:00
12 lines
296 B
TOML
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" }
|