diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-05-11 17:12:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 17:12:13 -0700 |
| commit | 1ef744cbc4a47d181690a3e413b243c5e0aeae4a (patch) | |
| tree | 51fef5e1e3d36a1a87d9e7a56a4f1dd8e72845c4 /Cargo.lock | |
| parent | chore: Generate LLM-optimized docs (#3468) (diff) | |
| download | atuin-1ef744cbc4a47d181690a3e413b243c5e0aeae4a.zip | |
chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473)
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -223,10 +223,10 @@ dependencies = [ "atuin-common", "atuin-daemon", "atuin-dotfiles", - "atuin-hex", "atuin-history", "atuin-kv", "atuin-nucleo-matcher", + "atuin-pty-proxy", "atuin-scripts", "atuin-server", "atuin-server-database", @@ -447,18 +447,6 @@ dependencies = [ ] [[package]] -name = "atuin-hex" -version = "18.16.0" -dependencies = [ - "clap", - "crossterm", - "eyre", - "portable-pty", - "signal-hook", - "vt100", -] - -[[package]] name = "atuin-history" version = "18.16.0" dependencies = [ @@ -515,6 +503,18 @@ dependencies = [ ] [[package]] +name = "atuin-pty-proxy" +version = "18.16.0" +dependencies = [ + "clap", + "crossterm", + "eyre", + "portable-pty", + "signal-hook", + "vt100", +] + +[[package]] name = "atuin-scripts" version = "18.16.0" dependencies = [ |
