summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-07 09:58:32 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-07 10:58:14 -0400
commitbb82773f61f207537d25d4f5d73be458e3e379cf (patch)
tree9ad256f1c1378a8693b596447ad184e835b53f90 /Cargo.toml
parent8e9ba8d51a38dc7b3976fc5a8e148bc58a804a1f (diff)
Remove libgit2 dependency on openssl
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5cc3dd70..11469132 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,13 +25,17 @@ bytelines = "2.2.2"
console = "0.11.3"
dirs = "2.0"
lazy_static = "1.4"
-git2 = "0.13.6"
regex = "1.3.9"
shell-words = "1.0.0"
structopt = "0.3.14"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"
+[dependencies.git2]
+version = "0.13.6"
+default-features = false
+features = []
+
[dependencies.syntect]
version = "4.2.0"
default-features = false