hotwatch 0.2.1

A Rust library for conveniently watching and handling file changes.
Documentation
[package]
name = "hotwatch"
version = "0.2.1"
authors = ["Scott Pleb <scottpleb@comfy.love>"]
description = "A Rust library for conveniently watching and handling file changes."
documentation = "https://scottpleb.github.io/hotwatch/docs/hotwatch"
homepage = "https://scottpleb.github.io/hotwatch/"
repository = "https://github.com/scottpleb/hotwatch"
readme = "README.md"
keywords = ["notify", "watch", "events", "filesystem"]
license = "MIT"

[dependencies]
notify = "4.0"
parking_lot = "0.4"