mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 05:14:33 +00:00
Modularize tracing executor and metrics rename (#6424)
* Tracing executor and metrics rename * Appease clippy * Merge branch 'unstable' into modularise-task-executor
This commit is contained in:
7
common/metrics/Cargo.toml
Normal file
7
common/metrics/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "metrics"
|
||||
version = "0.2.0"
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
prometheus = { workspace = true }
|
||||
Reference in New Issue
Block a user