2020-06-11 04:04:09 -05:00
|
|
|
[package]
|
|
|
|
name = "vfs-notify"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2020-06-11 04:04:09 -05:00
|
|
|
|
2020-07-11 06:31:02 -05:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2020-06-11 04:04:09 -05:00
|
|
|
[dependencies]
|
2022-06-10 09:30:09 -05:00
|
|
|
tracing = "0.1.35"
|
2022-03-22 11:36:41 -05:00
|
|
|
walkdir = "2.3.2"
|
2022-07-02 14:27:24 -05:00
|
|
|
crossbeam-channel = "0.5.5"
|
2023-06-19 06:36:43 -05:00
|
|
|
# We demand 5.1.0 as any higher version pulls in a new windows-sys dupe
|
|
|
|
notify = "=5.1.0"
|
2020-06-11 04:04:09 -05:00
|
|
|
|
2023-05-20 07:29:32 -05:00
|
|
|
stdx.workspace = true
|
2023-01-17 03:52:26 -06:00
|
|
|
vfs.workspace = true
|
|
|
|
paths.workspace = true
|