Skip to content

Commit caf52f3

Browse files
authored
Merge pull request #52 from sneurlax/patch-1
Add onion-service-client flag, enabling onion use.
2 parents db316b3 + 36ba849 commit caf52f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"]
1414
[dependencies]
1515
lazy_static = "1.4"
1616
tokio = { version = "1", features = ["full"] }
17-
arti-client = { version = "0.22.0", features = ["static"] }
17+
arti-client = { version = "0.22.0", features = ["static", "onion-service-client"] }
1818
arti = { version = "1.2.7", features = ["experimental-api", "static"] }
1919
tor-rtcompat = { version = "0.22.0", features = ["static"] }
2020
tor-config = "0.22.0"

0 commit comments

Comments
 (0)