15 lines
405 B
TOML
15 lines
405 B
TOML
[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"] }
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
|
|
|
[dev-dependencies]
|