aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2025-05-06 08:36:32 -0700
committerGitHub <noreply@github.com>2025-05-06 08:36:32 -0700
commita1433e0cefe3ad001d5473faf4312c25bdeea968 (patch)
treeee8bc10e1438641338b8ef7f5de00a52e6c7f074 /Cargo.lock
parentchore(deps): update minspan to 0.1.5 (#2729) (diff)
downloadatuin-a1433e0cefe3ad001d5473faf4312c25bdeea968.zip
feat: Implement KV as a write-through cache (#2732)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a60cb6ac..d0c51784 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,6 +230,7 @@ dependencies = [
"atuin-daemon",
"atuin-dotfiles",
"atuin-history",
+ "atuin-kv",
"atuin-scripts",
"atuin-server",
"atuin-server-postgres",
@@ -396,6 +397,22 @@ dependencies = [
]
[[package]]
+name = "atuin-kv"
+version = "18.6.0-beta.1"
+dependencies = [
+ "atuin-client",
+ "atuin-common",
+ "eyre",
+ "pretty_assertions",
+ "rmp",
+ "sqlx",
+ "tokio",
+ "tracing",
+ "tracing-subscriber",
+ "typed-builder",
+]
+
+[[package]]
name = "atuin-scripts"
version = "18.6.0-beta.1"
dependencies = [