summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-15 12:26:04 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-15 12:26:04 -0400
commit039ba482ad6a9603862d41cbf03be3900889c9b3 (patch)
tree3c7595a0531f61b883aab4db920357548fd087fc /Cargo.toml
parent76e07186cd8878922c02c5c2f1f8c0f334b71db5 (diff)
major refactoring
- printing of directories fixed - add support for file sizes - add support for file permissions - add support for file types
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 440c2d5..cdd0da8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,9 @@ version = "0.1.0"
authors = ["Jiayi Zhao <jeff.no.zhao@gmail.com>"]
[dependencies]
+libc = "0.2.42"
ncurses = "5.93.0"
serde = "1.0.70"
serde_derive = "1.0.70"
toml = "0.4"
+xdg = "2.1.0"