summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-llcrypto')
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index cf077cef1..32817c404 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
memquota-memcost = ["tor-memquota", "derive-deftly"]
-full = ["memquota-memcost", "safelog/full"]
+full = ["memquota-memcost", "safelog/full", "tor-memquota?/full"]
with-openssl = ["openssl", "typenum", "cipher", "__is_nonadditive"]
with-sha1-asm = ["sha1/asm", "__is_nonadditive"]