summaryrefslogtreecommitdiff
path: root/packaging/extern.patch
blob: 119357bd2c4ac1b44b9804dd36604da316c2ef1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/src/lib.rs b/src/lib.rs
index 24fbfac..29a30d4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,6 +20,13 @@
 
 #![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
 
+extern crate futures_lite;
+extern crate async_lock;
+extern crate async_task;
+extern crate concurrent_queue;
+extern crate slab;
+extern crate fastrand;
+
 use std::future::Future;
 use std::marker::PhantomData;
 use std::panic::{RefUnwindSafe, UnwindSafe};