feat: add new dependencies and integration tests for markdown and text formats

This commit is contained in:
2025-08-24 13:42:59 +02:00
parent ce79dce9a5
commit d3511721de
5 changed files with 134 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ chrono = "0.4.41"
clap = { version = "4.5.45", features = ["derive"] }
git2 = "0.20.2"
ignore = "0.4.23"
tempfile = "3.21.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
walkdir = "2.5.0"