Browse Source

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

aggstam 4 năm trước cách đây
mục cha
commit
adf0f6170b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 
 [dependencies.darkfi]
-path = "../../darkfi"
+path = "../../../"
 features = ["crypto", "rpc"]
 
 [dependencies]