summaryrefslogtreecommitdiff
path: root/crates/tor-dirpublish/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirpublish/Cargo.toml')
-rw-r--r--crates/tor-dirpublish/Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/crates/tor-dirpublish/Cargo.toml b/crates/tor-dirpublish/Cargo.toml
index 3ea742575..5ae87eea5 100644
--- a/crates/tor-dirpublish/Cargo.toml
+++ b/crates/tor-dirpublish/Cargo.toml
@@ -16,7 +16,15 @@ all-features = true
[features]
default = []
-full = []
+full = [
+ "safelog/full",
+ "tor-basic-utils/full",
+ "tor-dirclient/full",
+ "tor-error/full",
+ "tor-linkspec/full",
+ "tor-rtcompat/full",
+ "web-time-compat/full",
+]
[dependencies]
async-trait = "0.1.54"