aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a54384b..6c66722 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,8 @@ strip = true
[dependencies]
clap = { version = "4.4.0", features = ["derive"] }
+dotenv = "0.15.0"
+dotenv_codegen = "0.15.0"
gitlab = "=0.1408.0"
+serde = "1.0.195"
+serde_json = "1.0.111"