diff --git a/lib/src/main.rs b/lib/src/main.rs deleted file mode 100644 index e3a255d..0000000 --- a/lib/src/main.rs +++ /dev/null @@ -1,5 +0,0 @@ -#[cfg(not(debug_assertions))] -compile_error!("The watchexec CLI has moved to the watchexec-cli crate"); -fn main() { - panic!("The watchexec CLI has moved to the watchexec-cli crate"); -}