summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-circmgr/Cargo.toml')
-rw-r--r--crates/tor-circmgr/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 0231d7cdb..809d4ec6c 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -34,7 +34,9 @@ full = [
"tor-rtcompat/full",
"tor-geoip?/full",
"tor-async-utils/full",
- "tor-protover/full", "tor-relay-selection/full",
+ "tor-protover/full",
+ "tor-relay-selection/full",
+ "oneshot-fused-workaround/full",
]
specific-relay = []
vanguards = ["tor-guardmgr/vanguards"]