rust/crates/vfs-notify/Cargo.toml

21 lines
379 B
TOML
Raw Normal View History

2020-06-11 04:04:09 -05:00
[package]
name = "vfs-notify"
2020-08-13 10:42:52 -05:00
version = "0.0.0"
description = "TBD"
2020-08-13 10:42:52 -05:00
license = "MIT OR Apache-2.0"
2021-10-21 10:49:28 -05:00
edition = "2021"
2021-10-23 07:07:11 -05:00
rust-version = "1.56"
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]
2021-08-15 07:46:13 -05:00
tracing = "0.1"
2020-06-11 04:04:09 -05:00
jod-thread = "0.1.0"
walkdir = "2.3.1"
2020-10-13 08:57:01 -05:00
crossbeam-channel = "0.5.0"
2021-10-01 10:57:04 -05:00
notify = "=5.0.0-pre.13"
2020-06-11 04:04:09 -05:00
2020-08-24 03:25:19 -05:00
vfs = { path = "../vfs", version = "0.0.0" }
paths = { path = "../paths", version = "0.0.0" }