aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 23:12:17 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 23:12:17 +0200
commit9eb2ffb2e9b52cdec70acb268e7a12131811db10 (patch)
tree4db12e8f58aee8aba614bab7d5d7803a5807ef0e /crates/atuin-client/Cargo.toml
parentchore: Remove more (kinda) useless stuff (diff)
downloadatuin-9eb2ffb2e9b52cdec70acb268e7a12131811db10.zip
chore: Somewhat simplify sync code
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
-rw-r--r--crates/atuin-client/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index b5ac49a4..c6a0f261 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -69,7 +69,6 @@ reqwest = { workspace = true, optional = true }
hex = { version = "0.4", optional = true }
sha2 = { version = "0.10", optional = true }
indicatif = "0.18.0"
-tiny-bip39 = "2.0.0"
# theme
crossterm = { workspace = true, features = ["serde"] }