[go: up one dir, main page]

fsevent-sys 0.1.3

Rust bindings to the fsevent OSX API for file changes notifications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 = "*"