automatically update config when changed (#402)

This commit is contained in:
Ferdinand Schober
2026-04-09 12:04:21 +02:00
committed by GitHub
parent aef05f386f
commit a878c985f0
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"