mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(metrics): restructure crates (#2850)
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
//! Task Executor Metrics
|
||||
use metrics::Counter;
|
||||
use reth_metrics_derive::Metrics;
|
||||
use reth_metrics::{
|
||||
metrics::{self, Counter},
|
||||
Metrics,
|
||||
};
|
||||
|
||||
/// Task Executor Metrics
|
||||
#[derive(Metrics, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user