2019-06-15 13:56:41 +00:00
|
|
|
[package]
|
2019-06-15 15:26:56 +00:00
|
|
|
name = "lmd_ghost"
|
2019-06-15 13:56:41 +00:00
|
|
|
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"
|
2019-06-15 13:56:41 +00:00
|
|
|
store = { path = "../../beacon_node/store" }
|
2019-07-03 06:06:20 +00:00
|
|
|
eth2_ssz = { path = "../utils/ssz" }
|
2019-06-15 15:26:56 +00:00
|
|
|
state_processing = { path = "../state_processing" }
|
2019-06-15 13:56:41 +00:00
|
|
|
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"
|