summaryrefslogtreecommitdiffstats
path: root/tests-build/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests-build/src/lib.rs')
-rw-r--r--tests-build/src/lib.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests-build/src/lib.rs b/tests-build/src/lib.rs
new file mode 100644
index 00000000..7f38a440
--- /dev/null
+++ b/tests-build/src/lib.rs
@@ -0,0 +1,8 @@
+#[cfg(feature = "tokio-executor")]
+pub use tokio_executor;
+
+#[cfg(feature = "tokio-net")]
+pub use tokio_net;
+
+#[cfg(feature = "tokio")]
+pub use tokio;