diff options
Diffstat (limited to 'examples/download-manager/Cargo.toml')
| -rw-r--r-- | examples/download-manager/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/download-manager/Cargo.toml b/examples/download-manager/Cargo.toml index ac3cf2834..72f135d00 100644 --- a/examples/download-manager/Cargo.toml +++ b/examples/download-manager/Cargo.toml @@ -27,3 +27,6 @@ tokio-native-tls = "0.3.1" tor-rtcompat = { path = "../../crates/tor-rtcompat" } tracing = { version = "0.1.41" } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } + +[features] +full = ["arti-client/full", "tor-rtcompat/full"] |
