summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMo <76752051+mo8it@users.noreply.github.com>2024-03-27 14:42:17 +0100
committerGitHub <noreply@github.com>2024-03-27 14:42:17 +0100
commitb13bafa13e461f1a2f1f0b56adfb03e0519a8517 (patch)
tree95695a7f7868fe46d3486c9c43ec45f6529e2e1b /Cargo.toml
parentb8a5886db42af0469519d37cbd751d87f783d4a9 (diff)
parentf995b4c041be56471a565a451e20aff2c4db7e78 (diff)
Merge pull request #1911 from mo8it/watch
Improvements to watch mode
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 3e65e00..8f52ad3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ notify-debouncer-mini = "0.4.1"
regex = "1.10.3"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
+shlex = "1.3.0"
toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
which = "6.0.1"