diff options
Diffstat (limited to 'crates/tor-rtcompat/Cargo.toml')
| -rw-r--r-- | crates/tor-rtcompat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 53eb72f4f..b05938325 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] -full = ["arbitrary", "async-std", "tokio", "native-tls", "tor-error/full"] +full = ["arbitrary", "async-std", "tokio", "native-tls", "tor-error/full", "tor-general-addr/full"] async-std = ["async-std-crate", "async-io", "async_executors/async_std"] tokio = [ |
