aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-02-14 16:18:37 -0500
committerNathan Perry <avaglir@gmail.com>2018-02-14 16:18:37 -0500
commitbe966678275ea47d72cf5be1340eaba0e281285a (patch)
tree392526ad10c8151949afda6d3521f34c6010a0d8 /Cargo.toml
parentd44b8e167e657cf088c2c28f15159e7de31d5886 (diff)
improve logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94bbed1..0f9a5d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "thulani-rs"
+name = "thulani"
version = "0.1.0"
authors = ["Nathan Perry <avaglir@gmail.com>"]
@@ -11,10 +11,8 @@ 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"
default-features = false