diff options
| author | Marko Bausch <60338487+mrkbac@users.noreply.github.com> | 2025-07-23 13:24:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 13:24:50 +0200 |
| commit | e0bff110736fd98ad07ba210836720060965d05b (patch) | |
| tree | 8d7b7bca5f75dad0b87ebc0f978a4474c73f4b36 /Cargo.lock | |
| parent | feat: add info for 'official' plugins (#2835) (diff) | |
| download | atuin-e0bff110736fd98ad07ba210836720060965d05b.zip | |
feat: Support multi part commands (Fixes #2836) (#2837)
* feat: Support multi part commands
* fix: Clippy
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -257,6 +257,7 @@ dependencies = [ "semver", "serde", "serde_json", + "shlex", "sysinfo", "tempfile", "time", |
