aboutsummaryrefslogtreecommitdiffstats
path: root/crates/common/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 12:57:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 12:57:36 +0200
commit73be69cd99f5a4784fe69f5d78f423c72e837284 (patch)
treecb47246d2c7edd8cd828abb25a033b732d2289ae /crates/common/Cargo.toml
parentchore: Move more stuff out of atuin-client (diff)
downloadatuin-73be69cd99f5a4784fe69f5d78f423c72e837284.zip
chore: Commit
Diffstat (limited to '')
-rw-r--r--crates/common/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml
index 0fd7f065..3d36429c 100644
--- a/crates/common/Cargo.toml
+++ b/crates/common/Cargo.toml
@@ -13,8 +13,6 @@ repository = { workspace = true }
[dependencies]
async-trait = "0.1.58"
-atuin-nucleo-matcher = { workspace = true }
-atuin-nucleo = { workspace = true }
axum = "0.8"
base64 = "0.22"
clap = { version = "4.5.7", features = ["derive"] }