aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMarko Bausch <60338487+mrkbac@users.noreply.github.com>2025-07-23 13:24:50 +0200
committerGitHub <noreply@github.com>2025-07-23 13:24:50 +0200
commite0bff110736fd98ad07ba210836720060965d05b (patch)
tree8d7b7bca5f75dad0b87ebc0f978a4474c73f4b36 /Cargo.lock
parentfeat: add info for 'official' plugins (#2835) (diff)
downloadatuin-e0bff110736fd98ad07ba210836720060965d05b.zip
feat: Support multi part commands (Fixes #2836) (#2837)
* feat: Support multi part commands * fix: Clippy
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 04a9cc9b..1a2ff4ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -257,6 +257,7 @@ dependencies = [
"semver",
"serde",
"serde_json",
+ "shlex",
"sysinfo",
"tempfile",
"time",