aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs-notify/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/vfs-notify/Cargo.toml')
-rw-r--r--crates/vfs-notify/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index 4737a52a7..fce7bae3a 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -3,13 +3,16 @@ name = "vfs-notify"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["rust-analyzer developers"] 4authors = ["rust-analyzer developers"]
5edition = "2018" 5edition = "2018"
6license = "MIT OR Apache-2.0"
7
8[lib]
9doctest = false
6 10
7[dependencies] 11[dependencies]
8log = "0.4.8" 12log = "0.4.8"
9rustc-hash = "1.0" 13rustc-hash = "1.0"
10jod-thread = "0.1.0" 14jod-thread = "0.1.0"
11walkdir = "2.3.1" 15walkdir = "2.3.1"
12globset = "0.4.5"
13crossbeam-channel = "0.4.0" 16crossbeam-channel = "0.4.0"
14notify = "5.0.0-pre.3" 17notify = "5.0.0-pre.3"
15 18