瀏覽代碼

dchatd: enable tor

draoi 1 年之前
父節點
當前提交
c2f8fab5b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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