Cargo.toml 185 B

12345678910111213
  1. [package]
  2. name = "streamlet_rust"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies.darkfi]
  6. path = "../../../"
  7. features = ["crypto", "node"]
  8. [dependencies]
  9. rand = "0.8.5"
  10. [workspace]