watchexec/Cargo.toml

23 lines
364 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"
2016-10-15 17:05:19 +02:00
version = "1.0.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]
2016-09-21 23:02:20 +02:00
glob = "0.2.11"
2016-10-13 23:59:46 +02:00
log = "0.3.6"
2016-09-18 22:42:11 +02:00
notify = "2.6.3"
[dependencies.clap]
2016-10-12 15:12:33 +02:00
version = "2.14"
2016-09-18 22:42:11 +02:00
default-features = false
features = ["wrap_help"]
2016-10-14 15:33:23 +02:00
[dependencies.env_logger]
version = "0.3.5"
default-features = false
features = []