aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_vfs/Cargo.toml')
-rw-r--r--crates/ra_vfs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_vfs/Cargo.toml b/crates/ra_vfs/Cargo.toml
index 1a21557bf..58196555c 100644
--- a/crates/ra_vfs/Cargo.toml
+++ b/crates/ra_vfs/Cargo.toml
@@ -12,6 +12,7 @@ crossbeam-channel = "0.3.5"
12log = "0.4.6" 12log = "0.4.6"
13# until https://github.com/passcod/notify/issues/169 is fixed 13# until https://github.com/passcod/notify/issues/169 is fixed
14notify = { git = "https://github.com/vemoo/notify/", branch = "v4-legacy" } 14notify = { git = "https://github.com/vemoo/notify/", branch = "v4-legacy" }
15ignore = "0.4"
15drop_bomb = "0.1.0" 16drop_bomb = "0.1.0"
16 17
17thread_worker = { path = "../thread_worker" } 18thread_worker = { path = "../thread_worker" }