We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beee28c commit 26480c5Copy full SHA for 26480c5
Cargo.toml
@@ -42,6 +42,7 @@ reth-pipe-exec-layer-ext-v2.workspace = true
42
reqwest.workspace = true
43
async-trait.workspace = true
44
gravity-storage.workspace = true
45
+reth-metrics.workspace = true
46
47
[workspace.package]
48
version = "1.0.7"
src/lib.rs
@@ -30,4 +30,5 @@ pub use reth_rpc_layer;
30
pub use reth_rpc_types;
31
pub use reth_tasks;
32
pub use reth_tracing;
33
-pub use reth_transaction_pool;
+pub use reth_transaction_pool;
34
+pub use reth_metrics;
0 commit comments