lighthouse/eth2/lmd_ghost/Cargo.toml

24 lines
609 B
TOML
Raw Normal View History

[package]
2019-06-15 15:26:56 +00:00
name = "lmd_ghost"
version = "0.1.0"
authors = ["Age Manning <Age@AgeManning.com>", "Paul Hauner <paul@sigmaprime.io>"]
edition = "2018"
[dependencies]
2019-06-15 15:26:56 +00:00
parking_lot = "0.7"
store = { path = "../../beacon_node/store" }
eth2_ssz = { path = "../utils/ssz" }
2019-06-15 15:26:56 +00:00
state_processing = { path = "../state_processing" }
types = { path = "../types" }
log = "0.4.6"
bit-vec = "0.5.0"
[dev-dependencies]
criterion = "0.2"
hex = "0.3.2"
yaml-rust = "0.4.2"
bls = { path = "../utils/bls" }
slot_clock = { path = "../utils/slot_clock" }
beacon_chain = { path = "../../beacon_node/beacon_chain" }
env_logger = "0.6.0"