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 /Cargo.lock | |
| parent | 793b726b1393210bbfc934bb8236066ae52ebdab (diff) | |
initial implementation of status command
closes #1
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -138,6 +138,7 @@ dependencies = [ | |||
| 138 | name = "dotup_cli" | 138 | name = "dotup_cli" |
| 139 | version = "0.1.0" | 139 | version = "0.1.0" |
| 140 | dependencies = [ | 140 | dependencies = [ |
| 141 | "ansi_term", | ||
| 141 | "anyhow", | 142 | "anyhow", |
| 142 | "assert_cmd", | 143 | "assert_cmd", |
| 143 | "clap", | 144 | "clap", |
