diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:11:34 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:11:34 +0200 |
| commit | 83e9324dc7325506ac0a7d3c28d3342c68ad1165 (patch) | |
| tree | bdf985e3e9a1743202f3ef20813dcf78be0710b2 /crates/client/Cargo.toml | |
| parent | fix(nix): Update all references and switch build to crane (diff) | |
| download | atuin-83e9324dc7325506ac0a7d3c28d3342c68ad1165.zip | |
crates/turtle/list: Restore the history listing code from atuin
_That_ was actually useful to have.
Diffstat (limited to 'crates/client/Cargo.toml')
| -rw-r--r-- | crates/client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 10ed1001..b8038714 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -23,6 +23,7 @@ fs-err = { workspace = true } interim = { workspace = true } log = { workspace = true } regex = { workspace = true } +runtime-format = { workspace = true } rustix = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } |
