folders work

This commit is contained in:
2025-06-25 14:56:54 +02:00
parent fbc41654e0
commit b0b6625810
2 changed files with 65 additions and 29 deletions

View File

@@ -15,4 +15,5 @@ notify = "6.1"
syntect = { version = "5.1", features = ["default"] }
regex = "1.10"
clap = { version = "4.4", features = ["derive"] }
serde_json = "1.0"
serde_json = "1.0"
html-escape = "0.2.13"