diff options
Diffstat (limited to 'crates/tor-guardmgr')
| -rw-r--r-- | crates/tor-guardmgr/Cargo.toml | 5 |
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"] |
