diff options
| author | Max Audron <audron@cocaine.farm> | 2022-06-07 12:28:18 +0200 |
|---|---|---|
| committer | Maximilian Manz <maximilian.manz@de.clara.net> | 2022-06-20 11:33:04 +0200 |
| commit | 0fe38f6b06118107f9fbe89ff5dab6a287f76f7b (patch) | |
| tree | 8df36a36cd75db8600c6d63a0a6fc167829c20f6 /Cargo.toml | |
| parent | process sync and update in parallel (diff) | |
add nix flake
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" ] |
