From 83e9324dc7325506ac0a7d3c28d3342c68ad1165 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 22 Aug 2026 21:11:34 +0200 Subject: crates/turtle/list: Restore the history listing code from atuin _That_ was actually useful to have. --- crates/client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/client/Cargo.toml') 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 } -- cgit v1.3.1