diff options
| author | Fuwn <[email protected]> | 2021-05-16 16:24:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-16 16:24:17 +0000 |
| commit | aa5c97d75077a79d6f9f0e46c84697e754e7b9b7 (patch) | |
| tree | 1b2131eb45cfa54f7dec79c23c1fbd7a5a8b098b /Cargo.toml | |
| parent | refactor(subs): remove two second delay before prompt initiailization (diff) | |
| download | whirl-aa5c97d75077a79d6f9f0e46c84697e754e7b9b7.tar.xz whirl-aa5c97d75077a79d6f9f0e46c84697e754e7b9b7.zip | |
feat(cli): `clean` subcommand
The `clean` subcommand deletes files and directories which are not necessary for Whirl to function.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ rand = "0.8.3" async-trait = "0.1.50" sysinfo = "0.17.4" colour = "0.6.0" +simple-error = "0.2.3" # Byte Manipulation bytes = "1.0.1" |