2019-02-14 01:09:18 +00:00
|
|
|
[package]
|
|
|
|
name = "slot_clock"
|
2020-04-01 06:40:04 +00:00
|
|
|
version = "0.2.0"
|
2019-02-14 01:09:18 +00:00
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
2022-02-25 00:10:17 +00:00
|
|
|
edition = "2021"
|
2019-02-14 01:09:18 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-05-18 11:24:23 +00:00
|
|
|
types = { path = "../../consensus/types" }
|
2019-10-30 01:22:18 +00:00
|
|
|
lazy_static = "1.4.0"
|
2019-08-19 11:02:34 +00:00
|
|
|
lighthouse_metrics = { path = "../lighthouse_metrics" }
|
2020-07-06 01:55:56 +00:00
|
|
|
parking_lot = "0.11.0"
|