From da6cb19c293c4998a5d8152b3660dc5e8d3b26e0 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 30 Mar 2026 20:42:35 -0400 Subject: Add check for executability --- Cargo.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 7553132..fee88d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,6 +439,7 @@ dependencies = [ "happylock", "hostname", "inquire", + "is_executable", "log", "notify", "notify-debouncer-full", @@ -692,6 +693,15 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "is_executable" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4" +dependencies = [ + "windows-sys 0.60.2", +] + [[package]] name = "is_terminal_polyfill" version = "1.70.2" -- cgit v1.2.3