Jelajahi Sumber

dchat: add async daemonize macro to Cargo.toml

lunar-mining 2 tahun lalu
induk
melakukan
bd78a5e5bf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      example/dchat/Cargo.toml

+ 1 - 1
example/dchat/Cargo.toml

@@ -10,7 +10,7 @@ edition = "2021"
 
 # ANCHOR: darkfi
 [dependencies]
-darkfi = {path = "../../", features = ["net", "rpc"]}
+darkfi = {path = "../../", features = ["net", "rpc", "async_daemonize"]}
 darkfi-serial = {path = "../../src/serial"}
 # ANCHOR_END: darkfi