aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 22:34:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 22:34:34 +0200
commitedc27740c0fec4e8daaabbabe0479c1efc191316 (patch)
tree29f458b39f62ab722df33488f40ad1b03086b868 /Cargo.lock
parentchore: Turn all `allow`s into into `expect`s (diff)
downloadatuin-edc27740c0fec4e8daaabbabe0479c1efc191316.zip
chore: Remove more (kinda) useless stuff
Diffstat (limited to '')
-rw-r--r--Cargo.lock17
1 files changed, 0 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3c9d56ce..8c2c5d14 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -194,7 +194,6 @@ dependencies = [
"atuin-common",
"atuin-daemon",
"atuin-history",
- "atuin-kv",
"atuin-nucleo-matcher",
"atuin-pty-proxy",
"atuin-server",
@@ -361,22 +360,6 @@ dependencies = [
]
[[package]]
-name = "atuin-kv"
-version = "18.16.1"
-dependencies = [
- "atuin-client",
- "atuin-common",
- "eyre",
- "pretty_assertions",
- "rmp",
- "sqlx",
- "tokio",
- "tracing",
- "tracing-subscriber",
- "typed-builder",
-]
-
-[[package]]
name = "atuin-nucleo"
version = "0.6.0"
dependencies = [