[package]
name = "fsevent-sys"
version = "0.1.3"
authors = ["Pierre Baillet <pierre@baillet.name>"]
description = "Rust bindings to the fsevent OSX API for file changes notifications"
license-file = "LICENSE"
repository = "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys"
[lib]
name = "fsevent_sys"
path = "lib.rs"
[dependencies]
libc = "*"