refactor: move walker to thread

This commit is contained in:
2026-02-02 20:12:16 +01:00
parent b7f8ae5098
commit 44e2818d47
3 changed files with 134 additions and 88 deletions

View File

@@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
git2 = "0.20.3"
git2 = { version = "0.20.3", features = ["vendored-libgit2"], default-features = false }