summaryrefslogtreecommitdiff
path: root/examples/hyper/hyper-http-client-example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hyper/hyper-http-client-example')
-rw-r--r--examples/hyper/hyper-http-client-example/Cargo.toml3
1 files changed, 3 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"]