aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"