aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-11 21:03:42 +0300
committerValentin Popov <valentin@popov.link>2024-01-11 21:03:42 +0300
commitfdd3eb83229bfe8032f87b570d24d6b91d581b31 (patch)
tree140a844297b04711d77e9069415b2147a91156c9 /Cargo.toml
parent4cbb43c1e2db4c90293e55f2497ae0d0d841c9bd (diff)
downloadgitlab-duplicator-fdd3eb83229bfe8032f87b570d24d6b91d581b31.tar.xz
gitlab-duplicator-fdd3eb83229bfe8032f87b570d24d6b91d581b31.zip
Added a method for cloning a repository
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c66722..0f55099 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ strip = true
clap = { version = "4.4.0", features = ["derive"] }
dotenv = "0.15.0"
dotenv_codegen = "0.15.0"
+git2 = "0.18.1"
gitlab = "=0.1408.0"
serde = "1.0.195"
serde_json = "1.0.111"