]> git.lizzy.rs Git - rust.git/blob - crates/vfs-notify/Cargo.toml
Add description for crates that will be published
[rust.git] / crates / vfs-notify / Cargo.toml
1 [package]
2 name = "vfs-notify"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 authors = ["rust-analyzer developers"]
7 edition = "2018"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 log = "0.4.8"
14 rustc-hash = "1.0"
15 jod-thread = "0.1.0"
16 walkdir = "2.3.1"
17 crossbeam-channel = "0.4.0"
18 notify = "5.0.0-pre.3"
19
20 vfs = { path = "../vfs", version = "0.0.0" }
21 paths = { path = "../paths", version = "0.0.0" }