diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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" ] |
