summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-01-25 11:14:41 +0100
committerrabite <rabite@posteo.de>2019-01-25 11:16:55 +0100
commitf3f783a3a0bc3c96e4678c7fa986dc31bcb8d585 (patch)
tree2daa9a81e3165bf0fbbd72ddcddbc7f25401ec40 /Cargo.toml
parenta1900941ce9a6277f9f0cecd685f8f1c1c6bb705 (diff)
colored file names
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