dchatd: enable tor

This commit is contained in:
draoi
2024-08-19 11:23:27 +02:00
parent 2f5b10f472
commit c2f8fab5b3

View File

@@ -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