add git2 dep

This commit is contained in:
2024-01-11 01:43:22 -08:00
parent 82eb78db23
commit 097c92f602
2 changed files with 67 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.4.2", features = ["derive"] }
flate2 = "1.0.28"
futures = "0.3.30"
git2 = "0.18.1"
lazy-regex = "3.1.0"
pollster = "0.3.0"
rbx_binary = "0.7.1"