diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
