diff options
Diffstat (limited to 'crates/tor-rtmock')
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 529c28e92..777edc6e7 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -41,6 +41,6 @@ tor-general-addr = { path = "../tor-general-addr", version = "0.23.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0", features = ["tokio", "native-tls"] } [features] -full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full"] +full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full", "slotmap-careful/full", "tor-general-addr/full"] [package.metadata.docs.rs] all-features = true |
