feat(portal): add parallel DPD pilot portal

This commit is contained in:
igor04091968
2026-06-05 00:08:14 +03:00
parent 36fbcb1d63
commit a74fa24996
8 changed files with 608 additions and 0 deletions
+11
View File
@@ -563,6 +563,17 @@ dependencies = [
"clap",
]
[[package]]
name = "detmir-dpd-portal"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"reqwest",
"serde_json",
"tiny_http",
]
[[package]]
name = "detmir-grafana-check"
version = "0.1.0"