feat: add metrics for tx channel (#3345)

This commit is contained in:
Matthias Seitz
2023-06-22 21:34:02 +02:00
committed by GitHub
parent 3390671cb6
commit a4c2f5f69c
6 changed files with 40 additions and 8 deletions

View File

@ -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"]