summaryrefslogtreecommitdiff
path: root/crates/arti
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti')
-rw-r--r--crates/arti/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index cddbbc823..6cb616122 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -28,6 +28,7 @@ default = [
full = [
"default-runtime",
+ "memquota",
"onion-service-client",
"onion-service-service",
"vanguards",
@@ -58,7 +59,7 @@ full = [
"tor-rpc-connect?/full",
"signal-hook",
"signal-hook-async-std",
- "dialoguer", "tor-key-forge/full", "tor-keymgr/full",
+ "dialoguer", "tor-key-forge/full", "tor-keymgr/full", "tor-hscrypto?/full",
]
async-std = [