Early stage Consul http api support

This commit is contained in:
Ara Sadoyan
2025-04-02 18:58:46 +02:00
parent cbbf45092b
commit 23dae51e22
13 changed files with 536 additions and 74 deletions

View File

@@ -17,5 +17,9 @@ log = "0.4.26"
futures = "0.3.31"
notify = "8.0.0"
axum = "0.8.1"
reqwest = "0.12.15"
serde_yaml = "0.8.26"
reqwest = { version = "0.12.15", features = ["json"] }
serde_yaml = "0.8.26"
hickory-client = "0.25.1"
serde_json = "1.0.137"
rand = "0.8.5"