diff --git a/Cargo.toml b/Cargo.toml index 2173c3b..b850c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,3 +45,7 @@ nix = "0.7.0" [target.'cfg(windows)'.dependencies] winapi = "0.2.8" kernel32-sys = "0.2.2" + +[[bin]] +name = "watchexec" +doc = false