First working version with a worker

This commit is contained in:
2024-06-23 11:06:08 +02:00
parent 854d457caf
commit 1220c14d8f
2 changed files with 210 additions and 53 deletions

View File

@ -38,3 +38,5 @@ 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"
uuid7 = "1.0.0"
cidr = "0.2.2"