summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent35d9842bded06b4d048b9722dfbdffad748f14c5 (diff)
Add check for executability
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c047e85..4bf7bdd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ anyhow = "1"
notify = "8"
notify-debouncer-full = "0.7"
confy = "2"
+is_executable = "1"
happylock = "0.5"
chrono = "0.4"
log = "0.4"