summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
Diffstat (limited to 'maint')
-rw-r--r--maint/keygen-client-auth-test/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/maint/keygen-client-auth-test/Cargo.toml b/maint/keygen-client-auth-test/Cargo.toml
index 9e64bf220..909bec376 100644
--- a/maint/keygen-client-auth-test/Cargo.toml
+++ b/maint/keygen-client-auth-test/Cargo.toml
@@ -19,3 +19,11 @@ tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.40" }
tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.40" }
tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.40", features = ["rng-compat"] }
x25519-dalek = { version = "2", features = ["static_secrets"] }
+
+[features]
+full = [
+ "safelog/full",
+ "tor-basic-utils/full",
+ "tor-hsservice/full",
+ "tor-llcrypto/full",
+]