diff options
Diffstat (limited to 'examples/hyper/hyper-http-hs-example')
| -rw-r--r-- | examples/hyper/hyper-http-hs-example/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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"] |
