watchexec/Cargo.toml

17 lines
268 B
TOML
Raw Normal View History

2016-09-14 15:30:59 +02:00
[package]
2016-09-18 22:42:11 +02:00
name = "watchexec"
version = "0.7.0"
2016-09-14 15:30:59 +02:00
authors = ["Matt Green <mattgreenrocks@gmail.com>"]
2016-09-18 22:42:11 +02:00
[profile.release]
lto = true
2016-09-14 15:30:59 +02:00
[dependencies]
libc = "0.2.16"
2016-09-18 22:42:11 +02:00
notify = "2.6.3"
[dependencies.clap]
version = "2.12.1"
default-features = false
features = ["wrap_help"]