diff options
Diffstat (limited to 'crates/tor-socksproto')
| -rw-r--r-- | crates/tor-socksproto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index d05a19d2c..ae2de5898 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -17,7 +17,7 @@ default = ["proxy-handshake"] client-handshake = [] proxy-handshake = [] -full = ["proxy-handshake", "client-handshake", "caret/full", "tor-bytes/full", "tor-error/full"] +full = ["proxy-handshake", "client-handshake", "caret/full", "tor-bytes/full", "tor-error/full", "safelog/full"] [dependencies] amplify = { version = "4", default-features = false, features = ["derive"] } |
