diff options
Diffstat (limited to 'crates/tor-relay-selection')
| -rw-r--r-- | crates/tor-relay-selection/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml index aa7305d9e..20bf427ca 100644 --- a/crates/tor-relay-selection/Cargo.toml +++ b/crates/tor-relay-selection/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] -full = [] +full = ["tor-basic-utils/full", "tor-geoip?/full", "tor-linkspec/full", "tor-netdir/full", "tor-netdoc/full"] experimental = ["geoip"] geoip = ["tor-geoip", "tor-netdir/geoip", "__is_experimental"] |
