24e941d175
* Update to spec v0.9.0 * Update to v0.9.1 * Bump spec tags for v0.9.1 * Formatting, fix CI failures * Resolve accidental KeyPair merge conflict * Document new BeaconState functions * Fix incorrect cache drops in `advance_caches` * Update fork choice for v0.9.1 * Clean up some FIXMEs * Fix a few docs/logs
23 lines
547 B
TOML
23 lines
547 B
TOML
[package]
|
|
name = "lmd_ghost"
|
|
version = "0.1.0"
|
|
authors = ["Age Manning <Age@AgeManning.com>", "Paul Hauner <paul@sigmaprime.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.9.0"
|
|
store = { path = "../../beacon_node/store" }
|
|
types = { path = "../types" }
|
|
itertools = "0.8.1"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3.0"
|
|
hex = "0.3"
|
|
yaml-rust = "0.4.3"
|
|
bls = { path = "../utils/bls" }
|
|
slot_clock = { path = "../utils/slot_clock" }
|
|
beacon_chain = { path = "../../beacon_node/beacon_chain" }
|
|
env_logger = "0.7.1"
|
|
lazy_static = "1.4.0"
|
|
rand = "0.7.2"
|