add basic logger

This commit is contained in:
2025-05-01 00:08:09 +02:00
parent 06b389b28f
commit 96bf9303ea
4 changed files with 253 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.41"
http-body-util = "0.1.3"
hyper = { version = "1.6.0", features = ["full"] }
hyper-util = { version = "0.1.11", features = ["full"] }