hotwatch 0.5.0

A Rust library for conveniently watching and handling file changes.
Documentation
[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "6.0"

[dependencies.notify-debouncer-full]
version = "0.1"
[dev-dependencies.failure]
version = "0.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["Francesca Lovebloom <franlovebloom@gmail.com>"]
description = "A Rust library for conveniently watching and handling file changes."
documentation = "https://docs.rs/hotwatch"
edition = "2021"
homepage = "https://github.com/francesca64/hotwatch"
keywords = ["notify", "watch", "events", "filesystem"]
license = "MIT OR Apache-2.0"
name = "hotwatch"
readme = "README.md"
repository = "https://github.com/francesca64/hotwatch"
version = "0.5.0"