Merge pull request #183 from artemws/main

Config Reload-on-fly
This commit is contained in:
Alexey
2026-02-20 16:57:38 +03:00
committed by GitHub
5 changed files with 468 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ anyhow = "1.0"
# HTTP
reqwest = { version = "0.12", features = ["rustls-tls"], default-features = false }
notify = { version = "6", features = ["macos_fsevent"] }
hyper = { version = "1", features = ["server", "http1"] }
hyper-util = { version = "0.1", features = ["tokio", "server-auto"] }
http-body-util = "0.1"