implement FoF/upload tags, add logger features

This commit is contained in:
yggverse 2026-03-19 18:26:22 +02:00
parent 1828a99955
commit 57e87eea49
4 changed files with 181 additions and 10 deletions

View file

@ -14,5 +14,7 @@ anyhow = "1.0.102"
chrono = "0.4.44"
clap = { version = "4.6.0", features = ["derive"] }
html-to-markdown-rs = "2.28.2"
log = "0.4.29"
regex = "1.12.3"
rusqlite = { version = "0.39.0", features = ["chrono"]}
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }