From 0fe38f6b06118107f9fbe89ff5dab6a287f76f7b Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Jun 2022 12:28:18 +0200 Subject: add nix flake --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" ] -- cgit v1.2.3