automatically update config when changed

This commit is contained in:
Ferdinand Schober
2026-03-26 13:27:05 +01:00
parent 2e1b5278ce
commit eb8c2d091b
6 changed files with 267 additions and 38 deletions

View File

@@ -67,6 +67,7 @@ rustls = { version = "0.23.12", default-features = false, features = [
] }
rcgen = "0.13.1"
sha2 = "0.10.8"
notify = "8.2.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2.148"