From 26480c5860914468089031a75bb98c9a5484b51d Mon Sep 17 00:00:00 2001 From: keanji-x Date: Fri, 21 Feb 2025 11:07:52 +0800 Subject: [PATCH] pub use metric --- Cargo.toml | 1 + src/lib.rs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b2d668a85..d0a9fef75d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ reth-pipe-exec-layer-ext-v2.workspace = true reqwest.workspace = true async-trait.workspace = true gravity-storage.workspace = true +reth-metrics.workspace = true [workspace.package] version = "1.0.7" diff --git a/src/lib.rs b/src/lib.rs index cf380979ad..d974b9964e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,4 +30,5 @@ pub use reth_rpc_layer; pub use reth_rpc_types; pub use reth_tasks; pub use reth_tracing; -pub use reth_transaction_pool; \ No newline at end of file +pub use reth_transaction_pool; +pub use reth_metrics; \ No newline at end of file