]> git.lizzy.rs Git - rust.git/blob - crates/vfs-notify/Cargo.toml
no doctests
[rust.git] / crates / vfs-notify / Cargo.toml
1 [package]
2 name = "vfs-notify"
3 version = "0.1.0"
4 authors = ["rust-analyzer developers"]
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 log = "0.4.8"
12 rustc-hash = "1.0"
13 jod-thread = "0.1.0"
14 walkdir = "2.3.1"
15 globset = "0.4.5"
16 crossbeam-channel = "0.4.0"
17 notify = "5.0.0-pre.3"
18
19 vfs = { path = "../vfs" }
20 paths = { path = "../paths" }