summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-async-utils/src')
-rw-r--r--crates/tor-async-utils/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/tor-async-utils/src/lib.rs b/crates/tor-async-utils/src/lib.rs
index 5ff808452..e415be08f 100644
--- a/crates/tor-async-utils/src/lib.rs
+++ b/crates/tor-async-utils/src/lib.rs
@@ -56,3 +56,5 @@ pub use prepare_send::{SinkPrepareExt, SinkPrepareSendFuture, SinkSendable};
pub use sinkext::SinkExt;
pub use watch::{DropNotifyEofSignallable, DropNotifyWatchSender, PostageWatchSenderExt};
+
+pub use oneshot_fused_workaround as oneshot;