2023-06-29 08:43:57 +00:00
|
|
|
[package]
|
|
|
|
name = "tokio_metrics_bridge"
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
metric = { path = "../metric" }
|
|
|
|
parking_lot = "0.12.1"
|
2023-06-30 09:25:57 +00:00
|
|
|
tokio = { version = "1.29", features = ["macros", "net", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
2023-06-29 08:43:57 +00:00
|
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
|
|
|
|
|
|
|
[dev-dependencies]
|