diff options
| author | Nathan Perry <np@nathanperry.dev> | 2019-11-17 21:31:28 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2019-11-17 21:31:28 -0500 |
| commit | 2a38c282dd57c2051a568549d62c80d6036e8920 (patch) | |
| tree | ec25f84dda5cdb100ae093b0a690ef349636b4dc /Cargo.toml | |
| parent | 479bb8d584b138054acc6567b72cb3076832e79c (diff) | |
most restructuring done
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" |
