2020-06-11 09:04:09 +00:00
|
|
|
[package]
|
|
|
|
name = "vfs-notify"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2024-08-05 22:23:22 +00:00
|
|
|
repository.workspace = true
|
2024-07-30 12:10:08 +00:00
|
|
|
description = "Implementation of `loader::Handle` for rust-analyzer."
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
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]
|
2023-11-15 11:00:32 +00:00
|
|
|
tracing.workspace = true
|
2022-03-22 16:36:41 +00:00
|
|
|
walkdir = "2.3.2"
|
2024-08-09 21:48:03 +00:00
|
|
|
crossbeam-channel.workspace = true
|
2023-09-04 15:55:00 +00:00
|
|
|
notify = "6.1.1"
|
2024-08-02 10:57:15 +00:00
|
|
|
rayon = "1.10.0"
|
2020-06-11 09:04:09 +00:00
|
|
|
|
2023-05-20 12:29:32 +00:00
|
|
|
stdx.workspace = true
|
2023-01-17 09:52:26 +00:00
|
|
|
vfs.workspace = true
|
|
|
|
paths.workspace = true
|
2024-08-05 13:56:23 +00:00
|
|
|
rustc-hash.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-08-02 10:57:15 +00:00
|
|
|
workspace = true
|