Cargo.toml 479 B

12345678910111213141516171819
  1. [package]
  2. name = "rlnv2"
  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. darkfi-sdk = {path = "../../../../src/sdk"}
  10. darkfi = {path = "../../../../", features = ["zk"]}
  11. lazy_static = "1.5.0"
  12. rand = "0.8.5"
  13. blake3 = "1.8.2"
  14. [patch.crates-io]
  15. halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
  16. halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}