First working version with reporting

This commit is contained in:
2024-06-22 20:15:40 +02:00
parent 0cb4688d03
commit 642ae6e714
3 changed files with 190 additions and 4 deletions

View File

@ -34,3 +34,7 @@ rouille = "3.6.2"
hmac = "0.12.1"
sha2 = "0.10.8"
hex = "0.4.3"
rusqlite = { version = "0.31.0", features = ["bundled"] }
dns-ptr-resolver = "1.2.0"
hickory-client = { version = "0.24.1", default-features = false }
chrono = "0.4.38"