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>"]
|
2023-09-22 04:30:56 +00:00
|
|
|
edition = { workspace = true }
|
2019-02-14 01:09:18 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-09-22 04:30:56 +00:00
|
|
|
types = { workspace = true }
|
|
|
|
lazy_static = { workspace = true }
|
|
|
|
lighthouse_metrics = { workspace = true }
|
|
|
|
parking_lot = { workspace = true }
|