11a238900a
* Add PH & MS slot clock changes * Account for genesis time * Use checked mul * Account for genesis slot * Change API * Refactor "duration to..." functions
12 lines
262 B
TOML
12 lines
262 B
TOML
[package]
|
|
name = "slot_clock"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
types = { path = "../../types" }
|
|
lazy_static = "1.4.0"
|
|
lighthouse_metrics = { path = "../lighthouse_metrics" }
|
|
parking_lot = "0.9.0"
|