diff options
Diffstat (limited to 'crates/tor-proto')
| -rw-r--r-- | crates/tor-proto/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 0c5289a1d..fa5940939 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -32,7 +32,9 @@ full = [ "tor-rtcompat/full", "tor-rtmock/full", "tor-units/full", - "tor-hscrypto?/full", "tor-log-ratelim/full", + "tor-hscrypto?/full", + "tor-log-ratelim/full", + "oneshot-fused-workaround/full", ] experimental = ["experimental-api", "ntor_v3", "stream-ctrl", "testing"] |
