aboutsummaryrefslogtreecommitdiff
path: root/helix-vcs/Cargo.toml
diff options
context:
space:
mode:
authorPascal Kuthe2023-03-26 09:44:07 +0000
committerGitHub2023-03-26 09:44:07 +0000
commitabef92a9b341209aeae8802d30fc8c1f971a43df (patch)
tree8a4f97290e6027a20c3bde0c33317da225010b69 /helix-vcs/Cargo.toml
parent685ae2365a89346ef276dceb52c3cae40260d1fd (diff)
log failures in the git integration (#6441)
Diffstat (limited to 'helix-vcs/Cargo.toml')
-rw-r--r--helix-vcs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index 5ad6c91b..b32c028b 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -19,6 +19,7 @@ arc-swap = { version = "1.6.0" }
gix = { version = "0.41.0", default-features = false , optional = true }
imara-diff = "0.1.5"
+anyhow = "1"
log = "0.4"