diff options
author | Valentin Popov <valentin@popov.link> | 2024-01-12 01:07:40 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-01-12 01:07:40 +0300 |
commit | 352151bd3171521c9c8441fa87e780ecff12b6ab (patch) | |
tree | 69aaed6b0fc98d685d3e4f71139976210b7a3051 /Cargo.toml | |
parent | fdd3eb83229bfe8032f87b570d24d6b91d581b31 (diff) | |
download | gitlab-duplicator-352151bd3171521c9c8441fa87e780ecff12b6ab.tar.xz gitlab-duplicator-352151bd3171521c9c8441fa87e780ecff12b6ab.zip |
First version of the finished tool
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,6 +13,7 @@ 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" +reqwest = { version = "0.11.23", features = ["blocking", "json"] } +serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" +urlencoding = "2.1.3" |