diff options
Diffstat (limited to 'crates/arti-rpc-client-core')
| -rw-r--r-- | crates/arti-rpc-client-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml index ec88cf2d6..18a1547e5 100644 --- a/crates/arti-rpc-client-core/Cargo.toml +++ b/crates/arti-rpc-client-core/Cargo.toml @@ -42,7 +42,7 @@ socketpair = "0.19" tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" } [features] -full = ["ffi", "caret/full", "tor-socksproto/full", "tor-error/full"] +full = ["ffi", "caret/full", "tor-socksproto/full", "tor-error/full", "fs-mistrust/full", "tor-config-path/full", "tor-rpc-connect/full"] ffi = ["paste"] [package.metadata.docs.rs] |
