ebe47a5b34
Implementation is not complete, but what is here works.
17 lines
443 B
TOML
17 lines
443 B
TOML
[package]
|
|
name = "db2"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
blake2-rfc = "0.2.18"
|
|
bls = { path = "../../eth2/utils/bls" }
|
|
bytes = "0.4.10"
|
|
db_encode = { path = "../db_encode" }
|
|
db_encode_derive = { path = "../db_encode_derive" }
|
|
rocksdb = "0.10.1"
|
|
ssz = { path = "../../eth2/utils/ssz" }
|
|
ssz_derive = { path = "../../eth2/utils/ssz_derive" }
|
|
types = { path = "../../eth2/types" }
|