Skip to content

Commit 3300306

Browse files
committed
Improve tor embedded client patch doc
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 85a83df commit 3300306

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/nostr-sdk/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ The following crate feature flags are available:
152152

153153
### Tor embedded client
154154

155-
The library used under the hood for websocket require a little change ([PR here](https://github.com/snapview/tungstenite-rs/pull/431)).
156-
Until it's merged, you have to add the following lines in your `Cargo.toml`:
155+
The library used under the hood for websocket require a little fix ([PR here](https://github.com/snapview/tungstenite-rs/pull/431))
156+
to work with [`arti-client`](https://crates.io/crates/arti-client) (the pure rust tor implementation).
157+
Until it's merged and released, if you are interested to use the embedded tor client, you have to add the following lines in your `Cargo.toml`:
157158

158159
```toml
159160
[patch.crates-io]

0 commit comments

Comments
 (0)