summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 218ebd5..610b9c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,5 @@ termion = "*"
unicode-width = "0.1.5"
lazy_static = "*"
x11-clipboard = "*"
-alphanumeric-sort = "1.0.6" \ No newline at end of file
+alphanumeric-sort = "1.0.6"
+lscolors = { version = "0.5.0", features = [ "ansi_term" ] } \ No newline at end of file