diff options
| author | Fuwn <[email protected]> | 2021-05-16 15:06:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-16 15:06:30 -0700 |
| commit | 25436fb5a8b96dd1c1c34704b65474303d9592e7 (patch) | |
| tree | 8deef8740fb882e1c43ceded44e67369b1c64d8b /Cargo.toml | |
| parent | feat(prompt): add a couple new builtins (diff) | |
| download | whirl-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |