summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentb8a5886db42af0469519d37cbd751d87f783d4a9 (diff)
parentf995b4c041be56471a565a451e20aff2c4db7e78 (diff)
Merge pull request #1911 from mo8it/watch
Improvements to watch mode
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 85a42be..edbd800 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -570,6 +570,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
+ "shlex",
"toml_edit",
"which",
]
@@ -630,6 +631,12 @@ dependencies = [
]
[[package]]
+name = "shlex"
+version = "1.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
+
+[[package]]
name = "strsim"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"