summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ee7d19d..1cd4414 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,10 @@ edition = "2021"
[dependencies]
clap = { version = "4.0.32", features = ["derive"] }
+colored = "2.0.0"
git2 = "0.15.0"
nom = "7.1.2"
+pager = "0.16.1"
serde = "1.0.152"
serde_derive = "1.0.152"
toml = "0.5.10"