basic logging

This commit is contained in:
2025-06-16 18:11:48 +02:00
parent 10837dac35
commit 39dd27378a
5 changed files with 223 additions and 10 deletions

View File

@@ -7,5 +7,7 @@ edition = "2024"
bon = "3.6.4"
bytes = "1.10.1"
byteyarn = "0.5.1"
env_logger = "0.11.8"
log = "0.4.27"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["full"] }