summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorzwPapEr <zw.paper@gmail.com>2020-11-25 15:52:54 +0800
committerAbin Simon <abinsimon10@gmail.com>2021-09-26 00:11:42 -0400
commitb553d07faa618d33d788bb6bc46029531c0b5b8d (patch)
treea86ace6babe70715465ed6c128c59c3fca2bef55 /Cargo.toml
parentec77d91952a738ffbbd15a2b5a157b76ce13e8c0 (diff)
color: :sparkles: add parse theme file
Signed-off-by: zwPapEr <zw.paper@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb33d36..62302d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ clap = "2.33.*"
version_check = "0.9.*"
[dependencies]
-ansi_term = "0.12.*"
+ansi_term = { version = "0.12.*", features = ["derive_serde_style"] }
dirs = "3.0.*"
libc = "0.2.*"
human-sort = "0.2.2"