]> git.lizzy.rs Git - rust.git/blob - crates/vfs-notify/Cargo.toml
Add a license field to all the crates
[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 license = "MIT OR Apache-2.0"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 log = "0.4.8"
13 rustc-hash = "1.0"
14 jod-thread = "0.1.0"
15 walkdir = "2.3.1"
16 globset = "0.4.5"
17 crossbeam-channel = "0.4.0"
18 notify = "5.0.0-pre.3"
19
20 vfs = { path = "../vfs" }
21 paths = { path = "../paths" }