diff options
author | Valentin Popov <valentin@popov.link> | 2024-01-11 21:03:42 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-01-11 21:03:42 +0300 |
commit | fdd3eb83229bfe8032f87b570d24d6b91d581b31 (patch) | |
tree | 140a844297b04711d77e9069415b2147a91156c9 /Cargo.toml | |
parent | 4cbb43c1e2db4c90293e55f2497ae0d0d841c9bd (diff) | |
download | gitlab-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |