summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-30 20:42:35 -0400
committerMica White <botahamec@outlook.com>2026-03-30 20:42:35 -0400
commitda6cb19c293c4998a5d8152b3660dc5e8d3b26e0 (patch)
tree8b7c1c421d47337016812cbd744ff026b15e492f /Cargo.lock
parent35d9842bded06b4d048b9722dfbdffad748f14c5 (diff)
Add check for executability
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
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",
@@ -693,6 +694,15 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"