Skip to content

Commit

Permalink
Fix arti-client dep in tor-launch-service feature
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Dec 1, 2024
1 parent 6e4b805 commit 27f606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["async", "tokio", "wasm", "websocket"]
default = []
socks = ["dep:tokio-socks"]
tor = ["tokio/sync", "dep:arti-client", "dep:tor-rtcompat"]
tor-launch-service = ["tor", "arti-client/onion-service-service", "dep:tor-hsservice", "dep:tor-hsrproxy"]
tor-launch-service = ["tor", "arti-client?/onion-service-service", "dep:tor-hsservice", "dep:tor-hsrproxy"]

[dependencies]
futures-util = { version = "0.3", default-features = false, features = ["std", "sink"] }
Expand Down

0 comments on commit 27f606a

Please sign in to comment.