fsevent 0.4.0

Rust bindings to the fsevent-sys macOS API for file changes notifications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "fsevent"
version = "0.4.0"
authors = [ "Pierre Baillet <pierre@baillet.name>" ]
description = "Rust bindings to the fsevent-sys macOS API for file changes notifications"
license="MIT"
repository = "https://github.com/octplane/fsevent-rust"

[dependencies]
bitflags = "1"
fsevent-sys = "2.0.1"

[dev-dependencies]
tempdir = "^0.3.4"
time = "~0.1.34"