rust/crates/vfs-notify/Cargo.toml

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

23 lines
368 B
TOML
Raw Normal View History

2020-06-11 09:04:09 +00:00
[package]
name = "vfs-notify"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-06-11 09:04:09 +00:00
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
2020-06-11 09:04:09 +00:00
[dependencies]
2023-11-15 11:00:32 +00:00
tracing.workspace = true
2022-03-22 16:36:41 +00:00
walkdir = "2.3.2"
2022-07-02 19:27:24 +00:00
crossbeam-channel = "0.5.5"
notify = "6.1.1"
2020-06-11 09:04:09 +00:00
stdx.workspace = true
vfs.workspace = true
paths.workspace = true