From 8c233d6d29e15c260a2ffa46b747d870cebc80e6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 May 2021 17:21:57 +0200 Subject: Work out how to mirror a Git repository Based on the guide here: https://libgit2.org/docs/guides/101-samples/#repositories_clone_mirror References: https://github.com/libgit2/libgit2sharp/issues/577 https://github.com/libgit2/libgit2.github.io/pull/31 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3387fb1..1b01be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,6 @@ version = "0.0.1" edition = "2018" [dependencies] +git2 = "0.13.20" reqwest = { version = "0.11.3", features = ["blocking", "json"] } serde = { version = "1.0.126", features = ["derive"] } -- cgit v1.2.3