fswatch 0.1.10

Rust wrapper for fswatch-sys
[dependencies]
cfg-if = "0.1"
fswatch-sys = "0.1.10"
libc = "0.2"

[dependencies.time]
optional = true
version = "0.1"

[features]
default = []
fswatch_1_10_0 = ["fswatch-sys/fswatch_1_10_0"]
use_time = ["time"]

[package]
authors = ["Kyle Clemens <me@kyleclemens.com>"]
description = "Rust wrapper for fswatch-sys"
license = "MPL-2.0"
name = "fswatch"
readme = "README.md"
repository = "https://github.com/jkcclemens/fswatch-sys"
version = "0.1.10"