aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-18 10:09:28 -0700
committerZeyla Hellyer <[email protected]>2017-09-18 10:45:31 -0700
commit4aae7f62fe4c04c6b93f486d43daba376ec30109 (patch)
treec9ff6de3867e7b6c86142ff553e2c1eb9e40f8fd /Cargo.toml
parentGate ChannelCategory impl behind 'model' feature (diff)
downloadserenity-4aae7f62fe4c04c6b93f486d43daba376ec30109.tar.xz
serenity-4aae7f62fe4c04c6b93f486d43daba376ec30109.zip
Alphabetize Cargo.toml dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a464213..cb03a9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,10 +20,6 @@ serde_derive = "^1.0"
serde_json = "^1.0"
parking_lot = "0.4"
-[dependencies.vec_shift]
-optional = true
-version = "0.1.0"
-
[dependencies.byteorder]
optional = true
version = "1.0"
@@ -75,6 +71,10 @@ version = "0.1"
optional = true
version = "~0.3"
+[dependencies.vec_shift]
+optional = true
+version = "0.1.0"
+
[dependencies.websocket]
default-features = false
features = ["sync-ssl"]