aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-25 07:33:39 -0700
committerZeyla Hellyer <[email protected]>2017-09-25 07:33:39 -0700
commit0acbc735a7e2a3103eb89a09ad590f49f5507a93 (patch)
treea3af51d5ebf5ccb7c5920bb7e17a06e75a3d6800 /Cargo.toml
parentFix tests and example 05 (diff)
downloadserenity-0acbc735a7e2a3103eb89a09ad590f49f5507a93.tar.xz
serenity-0acbc735a7e2a3103eb89a09ad590f49f5507a93.zip
Switch to temporary rust-websocket fork
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e621a50..3d5efa3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,13 +76,11 @@ version = "~0.3"
optional = true
version = "0.1.0"
-[dependencies.websocket]
-branch = "opcode-fix"
+[dependencies.evzht9h3nznqzwl]
default-features = false
features = ["sync-ssl"]
-git = "https://github.com/serenity-rs/rust-websocket"
optional = true
-#version = "~0.20"
+version = "0.0.1"
[features]
default = [
@@ -113,3 +111,4 @@ model = ["builder", "http"]
standard_framework = ["framework", "vec_shift"]
utils = ["base64"]
voice = ["byteorder", "gateway", "opus", "sodiumoxide"]
+websocket = ["evzht9h3nznqzwl"]