From 8b66298bae5aebda944055d6d47ccf19d73614bb Mon Sep 17 00:00:00 2001 From: octaltree Date: Sat, 3 Jun 2017 12:16:45 +0900 Subject: [PATCH] add [[bin]] doc = false --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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