summaryrefslogtreecommitdiff
path: root/examples/hyper
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hyper')
-rw-r--r--examples/hyper/hyper-http-client-example/Cargo.toml3
-rw-r--r--examples/hyper/hyper-http-hs-example/Cargo.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/hyper/hyper-http-client-example/Cargo.toml b/examples/hyper/hyper-http-client-example/Cargo.toml
index 9d9b4f609..0b69c919b 100644
--- a/examples/hyper/hyper-http-client-example/Cargo.toml
+++ b/examples/hyper/hyper-http-client-example/Cargo.toml
@@ -16,3 +16,6 @@ hyper-util = { version = "0.1.1", features = ["tokio"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-native-tls = "0.3.1"
tracing-subscriber = "0.3.0"
+
+[features]
+full = ["arti-client/full"]
diff --git a/examples/hyper/hyper-http-hs-example/Cargo.toml b/examples/hyper/hyper-http-hs-example/Cargo.toml
index 852fed3a1..a94ab2ad7 100644
--- a/examples/hyper/hyper-http-hs-example/Cargo.toml
+++ b/examples/hyper/hyper-http-hs-example/Cargo.toml
@@ -21,3 +21,6 @@ tor-cell = { path = "../../../crates/tor-cell" }
tor-hsservice = { path = "../../../crates/tor-hsservice" }
tor-proto = { path = "../../../crates/tor-proto" }
tracing-subscriber = "0.3.0"
+
+[features]
+full = ["arti-client/full", "safelog/full", "tor-async-utils/full", "tor-cell/full", "tor-hsservice/full", "tor-proto/full"]