diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-18 10:09:28 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-18 10:45:31 -0700 |
| commit | 4aae7f62fe4c04c6b93f486d43daba376ec30109 (patch) | |
| tree | c9ff6de3867e7b6c86142ff553e2c1eb9e40f8fd /Cargo.toml | |
| parent | Gate ChannelCategory impl behind 'model' feature (diff) | |
| download | serenity-4aae7f62fe4c04c6b93f486d43daba376ec30109.tar.xz serenity-4aae7f62fe4c04c6b93f486d43daba376ec30109.zip | |
Alphabetize Cargo.toml dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"] |