summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2020-10-05 17:20:48 +0100
committerConrad Ludgate <conradludgate@gmail.com>2020-10-05 17:20:48 +0100
commit28287a63031ec44fdda0eea99d757a7047df5a41 (patch)
tree67b2b73507f7ccceea100e333c47c651636c7fba /Cargo.toml
parent9232ac27ce6d820c87d240061c1525866d69b2b2 (diff)
feat: use directories project data dir
chore: clean up some things
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"