From 929b5dc0e3c01bb6c9ca4002c6b907dae508ec23 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 28 Aug 2019 15:29:56 -0400 Subject: enabled hints for cli args, changed db location --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e7de705..ed4ab66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,12 @@ edition = "2018" [dependencies] chrono = "^0.4" -clap = "^2.33" log = "^0.4" rusqlite = "^0.20" simplelog = "^0.7" -users = "^0.9" \ No newline at end of file +users = "^0.9" + +[dependencies.clap] +version = "^2.33" +default-features = false +features = [ "suggestions", "color" ] \ No newline at end of file -- cgit 1.4.1-2-gfad0