aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e486e2..94bbed1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,13 @@ authors = ["Nathan Perry <avaglir@gmail.com>"]
lazy_static = "1.0"
error-chain = "0.11.0"
log = "0.4"
-simple_logger = "0.5.0"
typemap = "0.3.3"
url = "1.6.0"
dotenv = "0.10.1"
+chrono = "0.4"
+
+fern = { version = "0.5", features = ["colored"] }
+
[dependencies.serenity]
version = "0.5"