summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 12:33:09 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-05-13 12:33:09 -0400
commitb999297ae6a338923347cb9abfabe87abe5b44c1 (patch)
tree284273bd82032e96b0645394fe80e256385817cc /Cargo.toml
parentb6571de164d80b45d487ce9593495532ee9d3c9b (diff)
add support for rgb colors
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 7120350..3b81d56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ edition = "2018"
[dependencies]
alphanumeric-sort = "^1"
chrono = "^0"
+colors-transform = "^0"
dirs-next = "^2"
globset = "^0"
lazy_static = "^1"