tags working now. rust parser works pretty good. next is cache

This commit is contained in:
2025-06-25 17:30:45 +02:00
parent b0b6625810
commit 0878b7dcec
3 changed files with 75 additions and 14 deletions

View File

@@ -17,3 +17,4 @@ regex = "1.10"
clap = { version = "4.4", features = ["derive"] }
serde_json = "1.0"
html-escape = "0.2.13"
once_cell = "1.18"