summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-ptmgr')
-rw-r--r--crates/tor-ptmgr/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 5e121f7a9..8ba660e9f 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -25,7 +25,10 @@ full = [
"tor-linkspec/full",
"tor-rtcompat/full",
"tor-socksproto/full",
- "tor-async-utils/full", "tor-basic-utils/full", "oneshot-fused-workaround/full",
+ "tor-async-utils/full",
+ "tor-basic-utils/full",
+ "oneshot-fused-workaround/full",
+ "tor-config-path/full",
]
experimental = ["experimental-api"]