2020-06-11 09:04:09 +00:00
|
|
|
[package]
|
|
|
|
name = "vfs-notify"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2020-08-13 15:42:52 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-06-11 09:04:09 +00:00
|
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2020-07-11 11:31:02 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2020-06-11 09:04:09 +00:00
|
|
|
[dependencies]
|
|
|
|
log = "0.4.8"
|
|
|
|
rustc-hash = "1.0"
|
|
|
|
jod-thread = "0.1.0"
|
|
|
|
walkdir = "2.3.1"
|
|
|
|
crossbeam-channel = "0.4.0"
|
|
|
|
notify = "5.0.0-pre.3"
|
|
|
|
|
2020-08-24 08:25:19 +00:00
|
|
|
vfs = { path = "../vfs", version = "0.0.0" }
|
|
|
|
paths = { path = "../paths", version = "0.0.0" }
|