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

This commit is contained in:
aggstam
2022-03-18 17:20:33 +02:00
parent 1f0291cd1f
commit adf0f6170b

View File

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