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"
|
2020-08-13 17:42:52 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2020-06-11 11:04:09 +02:00
|
|
|
edition = "2018"
|
|
|
|
|
2020-07-11 13:31:02 +02:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2020-06-11 11:04:09 +02:00
|
|
|
[dependencies]
|
2021-08-15 20:46:13 +08:00
|
|
|
tracing = "0.1"
|
2020-06-11 11:04:09 +02:00
|
|
|
jod-thread = "0.1.0"
|
|
|
|
walkdir = "2.3.1"
|
2020-10-13 16:57:01 +03:00
|
|
|
crossbeam-channel = "0.5.0"
|
2021-10-01 18:57:04 +03:00
|
|
|
notify = "=5.0.0-pre.13"
|
2020-06-11 11:04:09 +02:00
|
|
|
|
2020-08-24 10:25:19 +02:00
|
|
|
vfs = { path = "../vfs", version = "0.0.0" }
|
|
|
|
paths = { path = "../paths", version = "0.0.0" }
|