diff options
| author | Mica White <botahamec@outlook.com> | 2026-03-30 20:42:35 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-03-30 20:42:35 -0400 |
| commit | da6cb19c293c4998a5d8152b3660dc5e8d3b26e0 (patch) | |
| tree | 8b7c1c421d47337016812cbd744ff026b15e492f /Cargo.lock | |
| parent | 35d9842bded06b4d048b9722dfbdffad748f14c5 (diff) | |
Add check for executability
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" |
