Przeglądaj źródła

script/research/streamlet_rust/Cargo.toml: fixed darkfi dependency

aggstam 4 lat temu
rodzic
commit
adf0f6170b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      script/research/consensusd/Cargo.toml

+ 1 - 1
script/research/consensusd/Cargo.toml

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 edition = "2021"
 
 
 [dependencies.darkfi]
 [dependencies.darkfi]
-path = "../../darkfi"
+path = "../../../"
 features = ["crypto", "rpc"]
 features = ["crypto", "rpc"]
 
 
 [dependencies]
 [dependencies]