summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b4dc3c..848585b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,6 @@ dotenv = "0.9.0"
bcrypt = "0.6"
base64 = "0.11"
rand = "0.7"
-chrono = { version = "0.4", features = ["serde"] } \ No newline at end of file
+chrono = { version = "0.4", features = ["serde"] }
+log = "0.4"
+fern = { version = "0.5", features = ["colored"] } \ No newline at end of file