mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
Early stage Consul http api support
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user