gbserver/gb-monitoring/Cargo.toml
2024-12-22 20:56:52 -03:00

20 lines
440 B
TOML

[package]
name = "gb-monitoring"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
gb-core = { path = "../gb-core" }
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
prometheus.workspace = true
opentelemetry.workspace = true
serde.workspace = true
serde_json.workspace = true
[dev-dependencies]
rstest.workspace = true
tokio-test = "0.4"