diff options
| author | acdenisSK <[email protected]> | 2017-12-16 13:37:32 +0100 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-12-16 13:37:43 +0100 |
| commit | 06562435343be7241c0efad3a70a7eff19e3bdc6 (patch) | |
| tree | e6ec2ca337dd745fe22370987b8b8999f9e9843b /Cargo.toml | |
| parent | Fix deserialization of `Guild::application_id` (diff) | |
| download | serenity-06562435343be7241c0efad3a70a7eff19e3bdc6.tar.xz serenity-06562435343be7241c0efad3a70a7eff19e3bdc6.zip | |
Revamp the internals of `Args`
Fixes #180, however this partially breaks `single_zc` and `multiple_quoted`, but since they're minor it's better to fix them later for now.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -73,10 +73,6 @@ version = "~1.7" optional = true version = "~0.3" -[dependencies.vec_shift] -optional = true -version = "0.1.0" - [dependencies.evzht9h3nznqzwl] default-features = false features = ["sync-ssl"] @@ -109,7 +105,7 @@ framework = ["client", "model", "utils"] gateway = ["flate2", "http", "websocket", "utils"] http = ["hyper", "hyper-native-tls", "lazy_static", "multipart", "native-tls"] model = ["builder", "http"] -standard_framework = ["framework", "vec_shift"] +standard_framework = ["framework"] utils = ["base64"] voice = ["byteorder", "gateway", "opus", "sodiumoxide"] websocket = ["evzht9h3nznqzwl"] |