aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-16 16:24:17 +0000
committerFuwn <[email protected]>2021-05-16 16:24:17 +0000
commitaa5c97d75077a79d6f9f0e46c84697e754e7b9b7 (patch)
tree1b2131eb45cfa54f7dec79c23c1fbd7a5a8b098b /Cargo.toml
parentrefactor(subs): remove two second delay before prompt initiailization (diff)
downloadwhirl-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 127b0ca..01a9f68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"