From 36ba8498c4982651765e047e6f4e5a9d7135e72b Mon Sep 17 00:00:00 2001 From: sneurlax Date: Thu, 19 Sep 2024 15:58:13 -0500 Subject: [PATCH] Update Cargo.toml --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 037a375..f2ca521 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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"