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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
372 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"
rust-version = "1.65"
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-06-10 14:30:09 +00:00
tracing = "0.1.35"
2022-03-22 16:36:41 +00:00
jod-thread = "0.1.2"
walkdir = "2.3.2"
2022-07-02 19:27:24 +00:00
crossbeam-channel = "0.5.5"
2022-10-15 10:03:39 +00:00
notify = "5.0"
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" }