use vendored libgit2 without HTTPS / SSH support

we only read the repository so we don't need HTTPS and SSH support
dynamic linking causes headaches on NixOS which I use for hosting the treehouse
This commit is contained in:
りき萌 2024-09-29 00:14:11 +02:00
parent c58c07d846
commit 43bf0a7c3c
2 changed files with 1 additions and 37 deletions

View file

@ -16,7 +16,7 @@ clap = { version = "4.3.22", features = ["derive"] }
codespan-reporting = "0.11.1"
copy_dir = "0.1.3"
env_logger = "0.10.0"
git2 = "0.19.0"
git2 = { version = "0.19.0", default-features = false, features = ["vendored-libgit2"] }
handlebars = "4.3.7"
http-body = "1.0.0"
image = "0.24.8"