summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-30 14:12:47 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-30 14:12:47 +0200
commit3a0452fb06c116de61ae75cf34931d4747c5953f (patch)
tree0459e4e1109e3d75ccaced44662b267c2776608b /Cargo.toml
parent3c59f9494f6b3cf9c8f9fb6cca0580d053329cf0 (diff)
Failing test to get started with listing repos
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index be75def..a84fbe8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
+comfy-table = "6.1.4"
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
nix = { version = "0.26.2", default-features = false, features = ["user"] }
rustyline = { version = "11.0.0", default-features = false }