feat(detmir): add grafana data correctness guard

This commit is contained in:
igor04091968
2026-06-02 20:06:06 +03:00
parent e4b49e9284
commit f513836396
8 changed files with 1053 additions and 1 deletions
@@ -0,0 +1,16 @@
[package]
name = "detmir-grafana-check"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
anyhow.workspace = true
chrono.workspace = true
clap.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true