ft: add debug and info logging

This commit is contained in:
2025-04-22 10:07:02 +09:00
parent 694083a446
commit d1d06e5cc2
9 changed files with 346 additions and 2 deletions

View File

@@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
env_logger = "0.11.8"
log = "0.4.27"