added config hot reload

This commit is contained in:
psun256
2025-12-10 15:37:02 -05:00
parent 5a5106645c
commit 5ad8539d7a
5 changed files with 428 additions and 63 deletions

View File

@@ -10,3 +10,6 @@ rand = "0.10.0-rc.5"
serde = { version = "1.0.228", features = ["derive"] }
cidr = "0.3.1"
serde-saphyr = "0.0.10"
arc-swap = "1.7.1"
clap = { version = "4.5.53", features = ["derive"] }
notify = "8.2.0"