2020-06-11 11:04:09 +02:00
|
|
|
[package]
|
|
|
|
name = "vfs-notify"
|
2020-08-13 17:42:52 +02:00
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2023-01-16 16:41:47 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 16:33:01 +01:00
|
|
|
rust-version.workspace = true
|
2020-06-11 11:04:09 +02:00
|
|
|
|
2020-07-11 13:31:02 +02:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2020-06-11 11:04:09 +02:00
|
|
|
[dependencies]
|
2022-06-10 16:30:09 +02:00
|
|
|
tracing = "0.1.35"
|
2022-03-22 17:36:41 +01:00
|
|
|
jod-thread = "0.1.2"
|
|
|
|
walkdir = "2.3.2"
|
2022-07-02 22:27:24 +03:00
|
|
|
crossbeam-channel = "0.5.5"
|
2022-10-15 13:03:39 +03:00
|
|
|
notify = "5.0"
|
2020-06-11 11:04:09 +02:00
|
|
|
|
2023-01-17 10:52:26 +01:00
|
|
|
vfs.workspace = true
|
|
|
|
paths.workspace = true
|