Cargo.toml 427 B

12345678910111213141516171819
  1. [package]
  2. name = "ecvrf"
  3. version = "0.4.1"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. blake3 = "1.3.3"
  10. darkfi-sdk = {path = "../../../src/sdk"}
  11. darkfi = {path = "../../../", features = ["zk"]}
  12. lazy_static = "1.4.0"
  13. rand = "0.8.5"
  14. halo2_gadgets = "0.3.0"
  15. [patch.crates-io]
  16. halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v3"}