aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2022-06-07 12:28:18 +0200
committerMaximilian Manz <maximilian.manz@de.clara.net>2022-06-20 11:33:04 +0200
commit0fe38f6b06118107f9fbe89ff5dab6a287f76f7b (patch)
tree8df36a36cd75db8600c6d63a0a6fc167829c20f6 /Cargo.toml
parentprocess sync and update in parallel (diff)
add nix flake
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88e490c..63610d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ once_cell = "1"
gitlab = "0.1408"
graphql_client = "0.10"
-git2 = { version = "0.13", features = ["vendored-libgit2", "vendored-openssl"] }
+git2 = { version = "0.14" }
walkdir = "2"
@@ -41,3 +41,9 @@ xdg = "2"
# terminal coloring
ansi_term = "0.12"
+
+[features]
+default = []
+
+vendored-openssl = [ "git2/vendored-openssl" ]
+vendored-libgit2 = [ "git2/vendored-libgit2" ]