summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-02-06 00:55:10 +0100
committerrabite <rabite@posteo.de>2019-02-06 00:55:10 +0100
commit8c2c1c0bab46518ea95e8eaf400faaddad1ef93d (patch)
tree6c25ef733dea9b3ba903be17b6dacbdfe0f4f20a /src/main.rs
parent09b50562ece43e6b8dc202def224b521268ad875 (diff)
show file stats at bottom
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 24550d2..c4a0cb6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,8 @@ extern crate lazy_static;
extern crate alphanumeric_sort;
extern crate dirs_2;
extern crate lscolors;
+extern crate users;
+extern crate chrono;
extern crate mime_detective;
extern crate rayon;