summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-15 21:30:13 +0000
committerEllie Huxtable <e@elm.sh>2021-02-15 21:30:19 +0000
commitba086f909d6c09c0d1c3636452c82a79c44468ff (patch)
treed156eeebdcd26226d32664d35c8aa15a3ce66805 /Cargo.toml
parentc0633371b160e29aa8d755022f496d41c42ae1e1 (diff)
Allow listing by current directory and/or session
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 4a443a1d..d29c3edf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ hostname = "0.3.1"
rocket = "0.4.7"
chrono-english = "0.1.4"
cli-table = "0.4"
+config = "0.9"
[dependencies.rusqlite]
version = "0.24"