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 c86a27d4a..b8fe6dadd 100644 --- a/crates/arti-rpc-client-core/Cargo.toml +++ b/crates/arti-rpc-client-core/Cargo.toml @@ -38,7 +38,7 @@ socketpair = "0.19" tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" } [features] -full = ["ffi", "caret/full", "tor-socksproto/full"] +full = ["ffi", "caret/full", "tor-socksproto/full", "tor-error/full"] ffi = ["paste"] [package.metadata.docs.rs] |
