diff options
Diffstat (limited to 'crates/tor-hsservice')
| -rw-r--r-- | crates/tor-hsservice/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 4e4b7148b..638ad16f6 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -38,7 +38,9 @@ full = [ "tor-persist/full", "tor-protover/full", "fs-mistrust/full", - "tor-log-ratelim/full", "tor-relay-selection/full", + "tor-log-ratelim/full", + "tor-relay-selection/full", + "oneshot-fused-workaround/full", ] # Enable experimental APIs that are not yet officially supported. |
