summaryrefslogtreecommitdiff
path: root/examples/hyper-examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hyper-examples')
-rw-r--r--examples/hyper-examples/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hyper-examples/Cargo.toml b/examples/hyper-examples/Cargo.toml
index 154201a10..3198c4458 100644
--- a/examples/hyper-examples/Cargo.toml
+++ b/examples/hyper-examples/Cargo.toml
@@ -7,6 +7,15 @@ license = "MIT OR Apache-2.0"
description = "Examples demonstrating the usage of Arti with hyper"
publish = false
+[features]
+full = [
+ "arti-client/full",
+ "safelog/full",
+ "tor-cell/full",
+ "tor-hsservice/full",
+ "tor-proto/full",
+]
+
[dependencies]
anyhow = "1.0.97"
arti-client = { path = "../../crates/arti-client", features = ["onion-service-service"] }