rust/crates/vfs-notify/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
382 B
TOML
Raw Normal View History

2020-06-11 11:04:09 +02:00
[package]
name = "vfs-notify"
2020-08-13 17:42:52 +02:00
version = "0.0.0"
description = "TBD"
2020-08-13 17:42:52 +02:00
license = "MIT OR Apache-2.0"
2021-10-21 17:49:28 +02:00
edition = "2021"
2021-12-16 01:49:48 +05:00
rust-version = "1.57"
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"
crossbeam-channel = "0.5.4"
notify = "=5.0.0-pre.15"
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" }