aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-21 17:00:41 -0700
committerZeyla Hellyer <[email protected]>2017-09-21 17:00:41 -0700
commite6a503409e374277683f76142eace62264ca533d (patch)
treefff8e976ead3be463d0e3817a3a4bbc3b7b439d3 /src/lib.rs
parentFix a documentation typo (diff)
downloadserenity-e6a503409e374277683f76142eace62264ca533d.tar.xz
serenity-e6a503409e374277683f76142eace62264ca533d.zip
Remove tokio usage
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index be55059..cc6cab3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -114,8 +114,6 @@ extern crate base64;
extern crate byteorder;
#[cfg(feature = "gateway")]
extern crate flate2;
-#[cfg(feature = "futures")]
-extern crate futures;
#[cfg(feature = "hyper")]
extern crate hyper;
#[cfg(feature = "hyper-native-tls")]
@@ -130,8 +128,6 @@ extern crate opus;
extern crate parking_lot;
#[cfg(feature = "voice")]
extern crate sodiumoxide;
-#[cfg(feature = "tokio-core")]
-extern crate tokio_core;
#[cfg(feature = "client")]
extern crate typemap;
#[cfg(feature = "standard_framework")]