Cargo.toml 416 B

12345678910111213141516171819
  1. [package]
  2. name = "merkletree_null_benchmark"
  3. version = "0.1.0"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. darkfi = {path="../../../", features=["node"]}
  10. darkfi-sdk = {path="../../../src/sdk"}
  11. darkfi-serial = {path="../../../src/serial"}
  12. rand = "0.8.5"
  13. pasta_curves = "0.4.0"
  14. incrementalmerkletree = "0.3.0"
  15. serde_json = "1.0.87"