Improved server performance and logging

This commit is contained in:
A B
2025-04-29 22:44:29 +00:00
parent 2cfc2c6c3a
commit 4b2b56bcd2
2 changed files with 42 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "khm"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["AB <ab@hexor.cy>"]
@ -17,3 +17,4 @@ tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] }
clap = { version = "4", features = ["derive"] }
chrono = "0.4.38"
reqwest = { version = "0.12", features = ["json"] }
hostname = "0.3"