summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2020-10-05 20:36:15 +0100
committerEllie Huxtable <e@elm.sh>2020-10-05 20:38:34 +0100
commit9917d6c1e2a743d5666247d8e87c9791721c213e (patch)
tree088df4af1041d53bd1faa38d5542200689be57a1 /Cargo.toml
parent4783b77a6a5e9bb0156428bca1f8b765e1bb3357 (diff)
parent46285309fe7f0ccbc829555d402c6c446b69c1da (diff)
Fix merge
...I forgot to push. oops.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c608ddeb..49850377 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,10 +11,11 @@ description = "shync - sync your shell history"
[dependencies]
log = "0.4"
pretty_env_logger = "0.4"
-clap = "2.33.3"
chrono = "0.4.19"
eyre = "0.6.1"
shellexpand = "2.0.0"
+structopt = "0.3.15"
+directories = "3.0.1"
[dependencies.rusqlite]
version = "0.24.0"