summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-24 11:23:51 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-24 11:23:51 -0400
commitc3919c91a866a7fd520d7dcb8b99c7d4aafbbb93 (patch)
treea0d62acad7cd433829702189eff8cbb26813aff0 /Cargo.toml
parentb9425115b6d8995acdd3ccb9ccec77adf650d4c8 (diff)
tabs now open in home directory
- fix issue where after a copy/paste is finised, the directory list view is not updated
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 e66955f..b53269f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
chrono = "0.4.6"
+dirs = "1.0.5"
fs_extra = "1.1.0"
lazy_static = "1.3.0"
libc = "0.2.51"