Kaynağa Gözat

dchatd: enable tor

draoi 1 yıl önce
ebeveyn
işleme
c2f8fab5b3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      example/dchat/dchatd/Cargo.toml

+ 1 - 1
example/dchat/dchatd/Cargo.toml

@@ -11,7 +11,7 @@ edition = "2021"
 # ANCHOR: dependencies
 [dependencies]
 # ANCHOR: darkfi
-darkfi = {path = "../../../", features = ["net", "toml", "system", "async-daemonize", "rpc"]}
+darkfi = {path = "../../../", features = ["net", "toml", "system", "async-daemonize", "rpc", "p2p-tor"]}
 darkfi-serial = {path = "../../../src/serial"}
 # ANCHOR_END: darkfi