fwatcher 0.3.0

Auto run command when some files changed.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "fwatcher"
version = "0.3.0"
authors = ["FuGangqiang <fu_gangqiang@qq.com>"]
description = "Auto run command when some files changed."
homepage = "https://github.com/FuGangqiang/fwatcher.rs"
documentation = "https://docs.rs/fwatcher"
readme = "README.md"
keywords = ["watcher", "filewatcher", "notify", "restart", "devtools"]
license = "MIT"
repository = "https://github.com/FuGangqiang/fwatcher.rs"

[[bin]]
name = "fwatcher"
doc = false
[dependencies.getopts]
version = "0.2"

[dependencies.glob]
version = "0.2"

[dependencies.notify]
version = "4.0"