summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-05 14:27:08 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-05 14:27:08 -0400
commit530973aea3fa46c469541bc291513a75e3aacd3e (patch)
treed31a6676038c7d7d6bba9a7feefadd71cebc0ecd /Cargo.toml
parent8799211cf9e7547416618725a86463444ed9e342 (diff)
add support for displaying owner and group of files
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 8a4ceec..4ed3001 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ structopt = "0.2.14"
text_io = "^0"
toml = "^0"
unicode-width = "^0"
+users = "^0"
whoami = "^0"
xdg = "^2"