From 3a0452fb06c116de61ae75cf34931d4747c5953f Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Thu, 30 Mar 2023 14:12:47 +0200 Subject: Failing test to get started with listing repos --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 } -- cgit v1.2.3