summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsclient')
-rw-r--r--crates/tor-hsclient/Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index e75308025..5d872ff18 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -29,7 +29,14 @@ full = [
"tor-netdir/full",
"tor-netdoc/full",
"tor-proto/full",
- "tor-rtcompat/full", "tor-basic-utils/full", "tor-bytes/full", "tor-cell/full", "tor-keymgr/full", "tor-async-utils/full", "tor-persist/full",
+ "tor-rtcompat/full",
+ "tor-basic-utils/full",
+ "tor-bytes/full",
+ "tor-cell/full",
+ "tor-keymgr/full",
+ "tor-async-utils/full",
+ "tor-persist/full",
+ "oneshot-fused-workaround/full",
]
__is_experimental = []
experimental = ["keymgr"]