aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-16 15:06:30 -0700
committerFuwn <[email protected]>2021-05-16 15:06:30 -0700
commit25436fb5a8b96dd1c1c34704b65474303d9592e7 (patch)
tree8deef8740fb882e1c43ceded44e67369b1c64d8b /Cargo.toml
parentfeat(prompt): add a couple new builtins (diff)
downloadwhirl-25436fb5a8b96dd1c1c34704b65474303d9592e7.tar.xz
whirl-25436fb5a8b96dd1c1c34704b65474303d9592e7.zip
feat(builtins): usage note on `cat Whirl.toml`
Add a notice which states that `cat Whirl.toml` is actually just a wrapper for `config show`.
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 040aae6..a197003 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ flexi_logger = "0.17.1"
rand = "0.8.3"
async-trait = "0.1.50"
sysinfo = "0.17.4"
+colour = "0.6.0"
# Byte Manipulation
bytes = "1.0.1"