summaryrefslogtreecommitdiff
path: root/crates/tor-persist
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-persist')
-rw-r--r--crates/tor-persist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 407580184..485379762 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -18,7 +18,7 @@ state-dir = ["__is_experimental", "amplify", "fslock-guard"]
# covered by semver.
testing = ["__is_experimental"]
-full = ["fs-mistrust/full", "tor-error/full", "fslock-guard?/full", "tor-basic-utils/full"]
+full = ["fs-mistrust/full", "tor-error/full", "fslock-guard?/full", "tor-basic-utils/full", "tor-async-utils/full"]
experimental = ["state-dir", "testing"]
__is_experimental = []