summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2023-12-11 17:16:05 +0100
committerCyborus <cyborus@cyborus.xyz>2023-12-11 21:51:36 +0100
commitd321788d7c2796072d4447089e637b0f11766a80 (patch)
treeefd9751548769743e0664193175b6ec8a13aee66 /Cargo.toml
parentchecking if a pr exists does not return a body (diff)
downloadforgejo-api-d321788d7c2796072d4447089e637b0f11766a80.tar.xz
forgejo-api-d321788d7c2796072d4447089e637b0f11766a80.zip
replace calls to `git2` with calls to `git` cli
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad84340..3186ee2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,4 +18,3 @@ serde_json = "1.0.108"
[dev-dependencies]
eyre = "0.6.9"
tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] }
-git2 = "0.18.1"