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

21 lines
382 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"
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-12-15 20:49:48 +00:00
rust-version = "1.57"
2020-06-11 09:04:09 +00:00
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
2020-06-11 09:04:09 +00:00
[dependencies]
2022-03-22 16:36:41 +00:00
tracing = "0.1.32"
jod-thread = "0.1.2"
walkdir = "2.3.2"
crossbeam-channel = "0.5.4"
2022-03-17 17:10:45 +00:00
notify = "=5.0.0-pre.14"
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" }