mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-14 00:01:12 +01:00
17 lines
284 B
TOML
17 lines
284 B
TOML
[package]
|
|
name = "watchexec"
|
|
version = "0.8.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"]
|