Add support for files in subdirectories

This commit is contained in:
2026-06-22 19:44:15 +02:00
parent 286284300a
commit afeccc4738
3 changed files with 54 additions and 21 deletions
+1
View File
@@ -21,3 +21,4 @@ tokio = { version = "1.25.0", features = ["full"] }
tower-http = { version = "0.3.5", features = ["fs", "trace", "compression-br"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
walkdir = "2.5.0"