mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 00:41:20 +00:00
5c97ed3562
* Updates external dependencies * Correct fmt formatting
20 lines
416 B
TOML
20 lines
416 B
TOML
[package]
|
|
name = "store"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|
|
|
|
[dependencies]
|
|
db-key = "0.0.5"
|
|
leveldb = "0.8.4"
|
|
parking_lot = "0.9.0"
|
|
eth2_ssz = "0.1.2"
|
|
eth2_ssz_derive = "0.1.0"
|
|
tree_hash = "0.1.0"
|
|
types = { path = "../../eth2/types" }
|
|
lazy_static = "1.4.0"
|
|
lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }
|