chore(metrics): restructure crates (#2850)

This commit is contained in:
Roman Krasiuk
2023-05-26 15:21:48 +03:00
committed by GitHub
parent 966b31c191
commit 10b577096b
34 changed files with 110 additions and 119 deletions

View File

@ -20,8 +20,7 @@ thiserror = "1.0"
dyn-clone = "1.0"
## rpc/metrics
metrics = "0.20.1"
reth-metrics-derive = { path = "../metrics/metrics-derive" }
reth-metrics = { path = "../metrics" }
[dev-dependencies]
tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }