Skip to content

Commit

Permalink
Merge pull request #52 from sneurlax/patch-1
Browse files Browse the repository at this point in the history
Add onion-service-client flag, enabling onion use.
  • Loading branch information
icota authored Sep 20, 2024
2 parents db316b3 + 36ba849 commit caf52f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
lazy_static = "1.4"
tokio = { version = "1", features = ["full"] }
arti-client = { version = "0.22.0", features = ["static"] }
arti-client = { version = "0.22.0", features = ["static", "onion-service-client"] }
arti = { version = "1.2.7", features = ["experimental-api", "static"] }
tor-rtcompat = { version = "0.22.0", features = ["static"] }
tor-config = "0.22.0"
Expand Down

0 comments on commit caf52f3

Please sign in to comment.