mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
11 lines
222 B
TOML
11 lines
222 B
TOML
[package]
|
|
name = "genesis"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bls = { path = "../utils/bls" }
|
|
ssz = { path = "../utils/ssz" }
|
|
types = { path = "../types" }
|