mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
* Tracing executor and metrics rename * Appease clippy * Merge branch 'unstable' into modularise-task-executor
11 lines
238 B
TOML
11 lines
238 B
TOML
[package]
|
|
name = "slot_clock"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
types = { workspace = true }
|
|
metrics = { workspace = true }
|
|
parking_lot = { workspace = true }
|