diff options
Diffstat (limited to 'crates/vfs-notify/Cargo.toml')
-rw-r--r-- | crates/vfs-notify/Cargo.toml | 5 |
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" | |||
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["rust-analyzer developers"] | 4 | authors = ["rust-analyzer developers"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | license = "MIT OR Apache-2.0" | ||
7 | |||
8 | [lib] | ||
9 | doctest = false | ||
6 | 10 | ||
7 | [dependencies] | 11 | [dependencies] |
8 | log = "0.4.8" | 12 | log = "0.4.8" |
9 | rustc-hash = "1.0" | 13 | rustc-hash = "1.0" |
10 | jod-thread = "0.1.0" | 14 | jod-thread = "0.1.0" |
11 | walkdir = "2.3.1" | 15 | walkdir = "2.3.1" |
12 | globset = "0.4.5" | ||
13 | crossbeam-channel = "0.4.0" | 16 | crossbeam-channel = "0.4.0" |
14 | notify = "5.0.0-pre.3" | 17 | notify = "5.0.0-pre.3" |
15 | 18 | ||