From 4f2412e9b1295b4ce692ae824e3c82faa47d4e02 Mon Sep 17 00:00:00 2001 From: Adeoye Adefemi Date: Mon, 28 Aug 2023 07:02:23 +0100 Subject: [PATCH] chore: added deps --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 69a431b..72182d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,10 @@ chrono = "0.4.26" clap = {version = "4.3.23", features = ["derive"]} console = "0.15.7" dialoguer = {version = "0.10.4", features = ["fuzzy-select", "completion"]} +dirs = "5.0.1" include_dir = "0.7.3" indicatif = "0.17.6" +lazy_static = "1.4.0" lettre = "0.10.4" # migration = {path = "migration"}# depends on your needs serde = {versio = "1.0.185", features = ["derive"]}