aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2020-10-05 19:25:34 +0100
committerGitHub <noreply@github.com>2020-10-05 19:25:34 +0100
commit46285309fe7f0ccbc829555d402c6c446b69c1da (patch)
tree5939c6d8b137d3a44662b5d1fbadca3407b69ed9 /Cargo.toml
parentMerge pull request #1 from conradludgate/main (diff)
parentfix: help text (diff)
downloadatuin-46285309fe7f0ccbc829555d402c6c446b69c1da.zip
Merge pull request #2 from conradludgate/main
feat: use directories project data dir
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f91f12cd..6c32eec5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ eyre = "0.6.1"
shellexpand = "2.0.0"
rusqlite = "0.24.0"
structopt = "0.3.15"
+directories = "3.0.1"