From ffcb43df8f39a55be468cf4bdfecd72dd026d940 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Fri, 24 Dec 2021 21:01:11 +0000 Subject: initial implementation of status command closes #1 --- dotup_cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'dotup_cli/Cargo.toml') diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index a0c1a5d..89b8c27 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml @@ -11,6 +11,7 @@ doc = false [dependencies] anyhow = "1.0" log = "0.4" +ansi_term = "0.12.1" [dependencies.clap] features = ["derive"] -- cgit