refactor: move walker to thread
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user