remove git2 dependency for repository cloning in semantic_index eval

This commit is contained in:
KCaverly 2023-09-19 18:55:15 -04:00
parent b57b5c0b33
commit 25cb79e475
4 changed files with 14 additions and 35 deletions

View file

@ -55,7 +55,6 @@ rust-embed = { version = "8.0", features = ["include-exclude"] }
client = { path = "../client" }
zed = { path = "../zed"}
node_runtime = { path = "../node_runtime"}
git2.workspace = true
pretty_assertions.workspace = true
rand.workspace = true