aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2019-11-17 21:31:28 -0500
committerNathan Perry <np@nathanperry.dev>2019-11-17 21:31:28 -0500
commit2a38c282dd57c2051a568549d62c80d6036e8920 (patch)
treeec25f84dda5cdb100ae093b0a690ef349636b4dc /Cargo.toml
parent479bb8d584b138054acc6567b72cb3076832e79c (diff)
most restructuring done
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37c7e3a..cdc0213 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,8 @@ games = []
[dependencies]
lazy_static = "~1.3"
-failure = "^0.1"
+anyhow = "^1.0"
+thiserror = "^1.0"
log = "^0.4"
typemap = "^0.3"
url = "~1.7"
@@ -39,5 +40,5 @@ r2d2_postgres = { version = "^0.14", optional = true }
[dependencies.serenity]
default-features = false
-features = ["builder", "cache", "client", "framework", "model", "utils", "voice", "standard_framework"]
+features = ["builder", "cache", "client", "framework", "gateway", "http", "model", "utils", "voice", "standard_framework", "rustls_backend"]
git = "https://github.com/mammothbane/serenity"