]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/vfs-notify/Cargo.toml
Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum
[rust.git] / src / tools / rust-analyzer / 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 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 tracing = "0.1.35"
14 jod-thread = "0.1.2"
15 walkdir = "2.3.2"
16 crossbeam-channel = "0.5.5"
17 notify = "=5.0.0-pre.16"
18
19 vfs = { path = "../vfs", version = "0.0.0" }
20 paths = { path = "../paths", version = "0.0.0" }