Cargo.toml 192 B

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