rust-analyzer/crates/vfs-notify/Cargo.toml

20 lines
357 B
TOML
Raw Normal View History

2020-06-11 09:04:09 +00:00
[package]
name = "vfs-notify"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
description = "TBD"
2020-08-13 15:42:52 +00:00
license = "MIT OR Apache-2.0"
2020-06-11 09:04:09 +00:00
edition = "2018"
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
2020-06-11 09:04:09 +00:00
[dependencies]
2021-08-15 12:46:13 +00:00
tracing = "0.1"
2020-06-11 09:04:09 +00:00
jod-thread = "0.1.0"
walkdir = "2.3.1"
2020-10-13 13:57:01 +00:00
crossbeam-channel = "0.5.0"
notify = "=5.0.0-pre.12"
2020-06-11 09:04:09 +00:00
2020-08-24 08:25:19 +00:00
vfs = { path = "../vfs", version = "0.0.0" }
paths = { path = "../paths", version = "0.0.0" }