diff options
| author | diogo464 <[email protected]> | 2021-12-24 21:01:11 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-12-24 21:01:11 +0000 |
| commit | ffcb43df8f39a55be468cf4bdfecd72dd026d940 (patch) | |
| tree | 252bb880ebb268a88c3c043f21ff4c923d905451 /dotup_cli/Cargo.toml | |
| parent | 793b726b1393210bbfc934bb8236066ae52ebdab (diff) | |
initial implementation of status command
closes #1
Diffstat (limited to 'dotup_cli/Cargo.toml')
| -rw-r--r-- | dotup_cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 11 | [dependencies] | 11 | [dependencies] |
| 12 | anyhow = "1.0" | 12 | anyhow = "1.0" |
| 13 | log = "0.4" | 13 | log = "0.4" |
| 14 | ansi_term = "0.12.1" | ||
| 14 | 15 | ||
| 15 | [dependencies.clap] | 16 | [dependencies.clap] |
| 16 | features = ["derive"] | 17 | features = ["derive"] |
