We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db316b3 commit 36ba849Copy full SHA for 36ba849
rust/Cargo.toml
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"]
14
[dependencies]
15
lazy_static = "1.4"
16
tokio = { version = "1", features = ["full"] }
17
-arti-client = { version = "0.22.0", features = ["static"] }
+arti-client = { version = "0.22.0", features = ["static", "onion-service-client"] }
18
arti = { version = "1.2.7", features = ["experimental-api", "static"] }
19
tor-rtcompat = { version = "0.22.0", features = ["static"] }
20
tor-config = "0.22.0"
0 commit comments