2021-08-27 11:54:23 +00:00
|
|
|
[package]
|
|
|
|
name = "metric_exporters"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-27 11:54:23 +00:00
|
|
|
|
|
|
|
[dependencies] # In alphabetical order
|
|
|
|
observability_deps = { path = "../observability_deps" }
|
|
|
|
metric = { path = "../metric" }
|
2021-10-04 08:10:07 +00:00
|
|
|
prometheus = { version = "0.13", default-features = false }
|
2023-02-24 18:02:23 +00:00
|
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
2021-08-27 11:54:23 +00:00
|
|
|
|
|
|
|
[dev-dependencies] # In alphabetical order
|
2021-09-08 13:20:41 +00:00
|
|
|
test_helpers = { path = "../test_helpers" }
|