From c2f8fab5b372e15fdeed6fa9a7524114ab83d8a4 Mon Sep 17 00:00:00 2001 From: draoi Date: Mon, 19 Aug 2024 11:23:27 +0200 Subject: [PATCH] dchatd: enable tor --- example/dchat/dchatd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/dchat/dchatd/Cargo.toml b/example/dchat/dchatd/Cargo.toml index edc3abd36..83f74714b 100644 --- a/example/dchat/dchatd/Cargo.toml +++ b/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