diff options
Diffstat (limited to 'crates/tor-config-path/Cargo.toml')
| -rw-r--r-- | crates/tor-config-path/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml index fb3cebaea..c4271b4f2 100644 --- a/crates/tor-config-path/Cargo.toml +++ b/crates/tor-config-path/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = ["expand-paths", "address"] -full = ["address", "expand-paths", "tor-error/full"] +full = ["address", "expand-paths", "tor-error/full", "tor-general-addr?/full"] expand-paths = ["shellexpand", "directories"] address = ["tor-general-addr"] |
