Explorar el Código

drk/Cargo.toml: missing darkfi feature added

skoupidi hace 2 años
padre
commit
0e400fb299
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/drk/Cargo.toml

+ 1 - 1
bin/drk/Cargo.toml

@@ -10,7 +10,7 @@ edition = "2021"
 
 [dependencies]
 # Darkfi
-darkfi = {path = "../../", features = ["async-daemonize", "bs58", "rpc"]}
+darkfi = {path = "../../", features = ["async-daemonize", "bs58", "rpc", "rusqlite"]}
 darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}
 darkfi_dao_contract = {path = "../../src/contract/dao", features = ["no-entrypoint", "client"]}
 darkfi-sdk = {path = "../../src/sdk", features = ["async"]}