summaryrefslogtreecommitdiff
path: root/crates/tor-relay-selection/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-selection/Cargo.toml')
-rw-r--r--crates/tor-relay-selection/Cargo.toml2
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"]