summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/pt-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gsoc2023/pt-proxy')
-rw-r--r--examples/gsoc2023/pt-proxy/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/gsoc2023/pt-proxy/Cargo.toml b/examples/gsoc2023/pt-proxy/Cargo.toml
index 2638eb2c1..c2d6ec8ba 100644
--- a/examples/gsoc2023/pt-proxy/Cargo.toml
+++ b/examples/gsoc2023/pt-proxy/Cargo.toml
@@ -21,3 +21,6 @@ tor-rtcompat = { path = "../../../crates/tor-rtcompat" }
tor-socksproto = { path = "../../../crates/tor-socksproto" }
tracing = "0.1"
tracing-subscriber = "0.3.17"
+
+[features]
+full = ["arti-client/full", "tor-chanmgr/full", "tor-linkspec/full", "tor-ptmgr/full", "tor-rtcompat/full", "tor-socksproto/full"]