aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-02-13 19:35:45 -0500
committerNathan Perry <avaglir@gmail.com>2018-02-13 19:35:45 -0500
commitef6e70691aa719bb7166619795aa15bbd9734f65 (patch)
treec83c6892288b9baccff3c8b19c5c0a9149ee4214 /Cargo.toml
parent85f52b253776ff4d9ce66839320c00fdabcda44d (diff)
first pass on initial functionality
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a401379..c4da5e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,17 @@ version = "0.1.0"
authors = ["Nathan Perry <avaglir@gmail.com>"]
[dependencies]
+lazy_static = "1.0"
+#failure = "0.1.1"
+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"
+dotenv_codegen = "0.11.0"
[dependencies.serenity]
version = "0.5"
default-features = false
-features = ["builder", "cache", "client", "framework", "model", "utils", "voice"]
+features = ["builder", "cache", "client", "framework", "model", "utils", "voice", "standard_framework"]