From 352151bd3171521c9c8441fa87e780ecff12b6ab Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 12 Jan 2024 02:07:40 +0400 Subject: First version of the finished tool Signed-off-by: Valentin Popov --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0f55099..361e6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3