diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:34:34 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:34:34 +0200 |
| commit | edc27740c0fec4e8daaabbabe0479c1efc191316 (patch) | |
| tree | 29f458b39f62ab722df33488f40ad1b03086b868 /Cargo.lock | |
| parent | chore: Turn all `allow`s into into `expect`s (diff) | |
| download | atuin-edc27740c0fec4e8daaabbabe0479c1efc191316.zip | |
chore: Remove more (kinda) useless stuff
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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 = [ |
