Explorar o código

dchat: add async daemonize macro to Cargo.toml

lunar-mining %!s(int64=2) %!d(string=hai) anos
pai
achega
bd78a5e5bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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