ebe47a5b34
Implementation is not complete, but what is here works.
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" }
|