feat: server status protocol path implemented

This commit is contained in:
Tamipes 2025-11-29 18:31:14 +01:00
parent b75eec70e0
commit b14d3b599d
10 changed files with 544 additions and 79 deletions

View file

@ -20,6 +20,7 @@ tokio-stream = { version = "0.1.9", features = ["net"] }
# Error tracing?
tracing = "0.1.36"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
tracing-error = "0.2.1"
# Needed to parse data to yaml in kubectl
serde = "1.0.130"