Depend on vendored libgit2

This commit is contained in:
Joscha 2025-04-29 01:54:31 +02:00
parent 9019fc263f
commit a8599ee05c
3 changed files with 104 additions and 0 deletions

View file

@ -12,6 +12,7 @@ anyhow = "1.0.98"
clap = { version = "4.5.37", features = ["derive", "deprecated"] }
directories = "6.0.0"
gdn = { path = "gdn" }
git2 = { version = "0.20.1", features = ["vendored-libgit2", "vendored-openssl"] }
rand = "0.9.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"