Cargo.toml 449 B

123456789101112131415161718192021
  1. [package]
  2. name = "crypsinous_playground"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. blake3 = "1.3.1"
  7. darkfi = {path = "../../../", features = ["crypto"]}
  8. darkfi-sdk = {path = "../../../src/sdk"}
  9. dashu = { version = "0.2.0", git = "https://github.com/ertosns/dashu" }
  10. halo2_gadgets = "0.2.0"
  11. halo2_proofs = "0.2.0"
  12. incrementalmerkletree = "0.3.0"
  13. pasta_curves = "0.4.0"
  14. rand = "0.8.5"
  15. # Misc
  16. log = "0.4.17"
  17. simplelog = "0.12.0"
  18. [workspace]