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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2d53c80b..ff8130d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ rand = { version = "0.8.5", features = ["std"] } regex = "1.10.5" reqwest = { version = "0.13", features = ["json", "rustls-no-provider", "stream"], default-features = false } rmp = { version = "0.8.14" } +runtime-format = "0.1.3" rustix = { version = "1.1.4", features = ["process", "fs"] } rustls = { version = "0.23", default-features = false, features = [ "ring", "std", "tls12", ] } rusty_paserk = { version = "0.5.0", default-features = false, features = [ "v4", "serde", ] } -- cgit v1.3.1