fsevents 0.1.0

Low-level but safe bindings to Apple's FSEvents API
[package]
name = "fsevents"
version = "0.1.0"
edition = "2021"
description = "Low-level but safe bindings to Apple's FSEvents API"
license = "MPL-2.0"

[dependencies]
fsevent-sys = "4.1.0"
dispatch = "0.2.0" # { git = "https://github.com/patr0nus/rust-dispatch", branch = "master" }
core-foundation = "0.9.3"
bitflags = "2.0.0-rc.1"