aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorAmos Bird <amosbird@gmail.com>2024-05-21 12:12:17 +0800
committerGitHub <noreply@github.com>2024-05-21 11:12:17 +0700
commit413d3e362640926515dcad1850671380ab98f585 (patch)
tree1fb0c44c2bbd609aed25ba4a6fad8e307ef1f22d /crates/atuin-client/Cargo.toml
parentfix(daemon): do not try to sync if logged out (#2037) (diff)
downloadatuin-413d3e362640926515dcad1850671380ab98f585.zip
feat: support importing from replxx history files (#2024)
* Support importing from replxx history files * Fix clippy error. Also Remove auto-detect for replxx which makes no sense. * Add some tests
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
-rw-r--r--crates/atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index d0aa0d2c..a5d4a3b7 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -23,7 +23,7 @@ atuin-common = { path = "../atuin-common", version = "18.2.0" }
log = { workspace = true }
base64 = { workspace = true }
-time = { workspace = true, features = ["macros", "formatting"] }
+time = { workspace = true, features = ["macros", "formatting", "parsing"] }
clap = { workspace = true }
eyre = { workspace = true }
directories = { workspace = true }