summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 08:58:33 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 08:58:33 -0500
commitf15674eb5c550423b8b7d02ac05bd36a9dec4040 (patch)
treebded485cf3eded5c73e2466debe80911efed6665 /Cargo.toml
parent89b08eb9905db22a3e9751f44440d22e114277a3 (diff)
fix initial preview not working
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56eccd0..8cfa432 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ chrono = "^0"
dirs = "^1"
lazy_static = "^1"
libc = "^0"
-notify = "^4"
+# notify = "^4"
open = "^1"
rand = "^0"
rustyline = "^4"