mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Add Store and db_encode_derive.
Implementation is not complete, but what is here works.
This commit is contained in:
16
beacon_node/db2/Cargo.toml
Normal file
16
beacon_node/db2/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user