diff options
Diffstat (limited to 'crates/tor-hsrproxy')
| -rw-r--r-- | crates/tor-hsrproxy/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml index fe483eef4..8d070ba62 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -21,7 +21,9 @@ full = [ "tor-hsservice/full", "tor-proto/full", "tor-rtcompat/full", - "tor-async-utils/full", "tor-log-ratelim/full", + "tor-async-utils/full", + "tor-log-ratelim/full", + "oneshot-fused-workaround/full", ] # Enable experimental APIs that are not yet officially supported. |
