summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-chanmgr')
-rw-r--r--crates/tor-chanmgr/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 6850d198c..ee19cb796 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -28,7 +28,9 @@ full = [
"tor-proto/full",
"tor-rtcompat/full",
"tor-socksproto/full",
- "tor-units/full", "tor-async-utils/full",
+ "tor-units/full",
+ "tor-async-utils/full",
+ "oneshot-fused-workaround/full",
]
pt-client = ["tor-linkspec/pt-client"]