influxdb/tokio_metrics_bridge/Cargo.toml

15 lines
405 B
TOML
Raw Normal View History

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