summaryrefslogtreecommitdiff
path: root/crates/tor-config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config/Cargo.toml')
-rw-r--r--crates/tor-config/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index ca8a659fa..9c0cfc411 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = ["expand-paths"]
-full = ["expand-paths", "fs-mistrust/full", "tor-basic-utils/full", "tor-error/full", "tor-rtcompat/full"]
+full = ["expand-paths", "fs-mistrust/full", "tor-basic-utils/full", "tor-error/full", "tor-rtcompat/full", "tor-config-path/full"]
experimental = ["testing", "experimental-api"]
# Enable experimental APIs that are not yet officially supported.