watchexec/Cargo.toml

18 lines
285 B
TOML

[package]
name = "watchexec"
version = "0.10.0"
authors = ["Matt Green <mattgreenrocks@gmail.com>"]
[profile.release]
lto = true
[dependencies]
glob = "0.2.11"
libc = "0.2.16"
notify = "2.6.3"
[dependencies.clap]
version = "2.12.1"
default-features = false
features = ["wrap_help"]