summaryrefslogtreecommitdiff
path: root/crates/tor-relay-crypto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-crypto/Cargo.toml')
-rw-r--r--crates/tor-relay-crypto/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml
index 0652b78c1..63f6e1746 100644
--- a/crates/tor-relay-crypto/Cargo.toml
+++ b/crates/tor-relay-crypto/Cargo.toml
@@ -13,7 +13,13 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
-full = ["tor-cert/full", "tor-key-forge/full", "tor-keymgr/full"]
+full = [
+ "tor-cert/full",
+ "tor-key-forge/full",
+ "tor-keymgr/full",
+ "tor-error/full",
+ "tor-persist/full",
+]
[dependencies]
derive-deftly = "0.14"