diff options
Diffstat (limited to 'crates/tor-persist/Cargo.toml')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index accaaca80..85abea34f 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -18,7 +18,14 @@ 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", "tor-async-utils/full"] +full = [ + "fs-mistrust/full", + "tor-error/full", + "fslock-guard?/full", + "tor-basic-utils/full", + "tor-async-utils/full", + "oneshot-fused-workaround/full", +] experimental = ["state-dir", "testing"] __is_experimental = [] |
