summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-guardmgr/Cargo.toml')
-rw-r--r--crates/tor-guardmgr/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 4e2276248..2098e5a23 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -30,7 +30,10 @@ full = [
"tor-protover?/full",
"tor-rtcompat/full",
"tor-units/full",
- "tor-async-utils/full", "tor-relay-selection/full", "tor-rtmock?/full",
+ "tor-async-utils/full",
+ "tor-relay-selection/full",
+ "tor-rtmock?/full",
+ "oneshot-fused-workaround/full",
]
experimental = ["testing"]