Explorar o código

drk/Cargo.toml: missing darkfi feature added

skoupidi %!s(int64=2) %!d(string=hai) anos
pai
achega
0e400fb299
Modificáronse 1 ficheiros con 1 adicións e 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"]}