aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2019-01-18 23:53:06 +0000
committerAleksey Kladov <[email protected]>2019-01-26 08:46:27 +0000
commitf181e36a44d1998d3239f09365b16bfea50288a4 (patch)
treeb93c2aca51c5498e9acab866d0fac04a4ef7c5d5 /crates/ra_vfs/Cargo.toml
parente69b620f0d1e90afcc14dc7cf07ed0b828d8ec96 (diff)
handle recursive watching ourselves
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" }