5c97ed3562
* Updates external dependencies * Correct fmt formatting
11 lines
240 B
TOML
11 lines
240 B
TOML
[package]
|
|
name = "slot_clock"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
types = { path = "../../types" }
|
|
lazy_static = "1.4.0"
|
|
lighthouse_metrics = { path = "../lighthouse_metrics" }
|