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

@ -6,6 +6,7 @@ edition = { workspace = true }
[dependencies]
anyhow = { workspace = true }
directories = { workspace = true }
git2 = { workspace = true }
rand = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }