mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add metrics for tx channel (#3345)
This commit is contained in:
@ -17,6 +17,7 @@ metrics = "0.20.1"
|
||||
|
||||
# async
|
||||
tokio = { workspace = true, features = ["full"], optional = true }
|
||||
futures = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
common = ["tokio"]
|
||||
common = ["tokio", "futures"]
|
||||
|
||||
Reference in New Issue
Block a user