aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 21:11:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 21:11:34 +0200
commit83e9324dc7325506ac0a7d3c28d3342c68ad1165 (patch)
treebdf985e3e9a1743202f3ef20813dcf78be0710b2 /Cargo.toml
parentfix(nix): Update all references and switch build to crane (diff)
downloadatuin-83e9324dc7325506ac0a7d3c28d3342c68ad1165.zip
crates/turtle/list: Restore the history listing code from atuin
_That_ was actually useful to have.
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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", ] }