mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 18:42:20 +00:00
10 lines
191 B
TOML
10 lines
191 B
TOML
|
[package]
|
||
|
name = "db_encode"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
ethereum-types = "0.5"
|
||
|
ssz = { path = "../../eth2/utils/ssz" }
|