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"
|
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]
|
2022-06-10 14:30:09 +00:00
|
|
|
tracing = "0.1.35"
|
2022-03-22 16:36:41 +00:00
|
|
|
walkdir = "2.3.2"
|
2022-07-02 19:27:24 +00:00
|
|
|
crossbeam-channel = "0.5.5"
|
2023-06-19 11:36:43 +00:00
|
|
|
# We demand 5.1.0 as any higher version pulls in a new windows-sys dupe
|
|
|
|
notify = "=5.1.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
|