add logging

This commit is contained in:
Abimael Martell
2026-02-18 10:34:32 -08:00
parent 7328af91bd
commit 5401354f2e
12 changed files with 281 additions and 43 deletions
+1 -19
View File
@@ -23,6 +23,7 @@ rayon = "1.10"
# Logging
log = "0.4"
env_logger = "0.11"
# Text processing
regex = "1.10"
@@ -43,22 +44,3 @@ name = "detect-pdf"
path = "src/bin/detect_pdf.rs"
[[bin]]
name = "debug_ygaps"
path = "src/bin/debug_ygaps.rs"
[[bin]]
name = "debug_pages"
path = "src/bin/debug_pages.rs"
[[bin]]
name = "debug_fonts"
path = "src/bin/debug_fonts.rs"
[[bin]]
name = "dump_ops"
path = "src/bin/dump_ops.rs"
[[bin]]
name = "debug_spaces"
path = "src/bin/debug_spaces.rs"