Skip to content

Commit

Permalink
refactor: Make onion-service-service optional
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 24, 2024
1 parent 2079907 commit 673f6ee
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 @@ -14,7 +14,7 @@ anyhow = "1.0.93"
tokio = "1.41.1"
futures = "0.3"

arti-client = { version = "0.24", default-features = false, features = ["tokio", "rustls", "onion-service-service", "onion-service-client"] }
arti-client = { version = "0.24", default-features = false, features = ["tokio", "rustls", "onion-service-client"] }
libp2p = { version = "^0.53", default-features = false, features = ["tokio", "tcp", "tls"] }

tor-rtcompat = { version = "0.24.0", features = ["tokio", "rustls"] }
Expand Down

0 comments on commit 673f6ee

Please sign in to comment.