automatically update config when changed

This commit is contained in:
Ferdinand Schober
2026-03-26 13:27:05 +01:00
parent aef05f386f
commit 83ec01a640
6 changed files with 351 additions and 48 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"