summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 22:12:35 +0000
committerGitHub <noreply@github.com>2021-02-14 22:12:35 +0000
commit851285225fce83bd63410d44e106df0c2a4a4733 (patch)
tree943681c16d49a464dbc1ac80441a37572c271b47 /Cargo.toml
parent6636f5878ac11d6461b9958af025021486a7d58f (diff)
Add stats command (#9)
* Add stats command For example atuin stats day yesterday atuin stats day last friday atuin stats day 01/01/21 * Output tables, fix import blanks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 29d7df0e..7573abef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,8 @@ uuid = { version = "0.8", features = ["v4"] }
indicatif = "0.15.0"
hostname = "0.3.1"
rocket = "0.4.7"
+chrono-english = "0.1.4"
+cli-table = "0.4"
[dependencies.rusqlite]
version = "0.24"