Cargo.toml 541 B

123456789101112131415161718192021
  1. [package]
  2. name = "pallas_constants"
  3. version = "0.4.1"
  4. description = "Command-line tool to generate pallas::Base constants"
  5. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  6. repository = "https://codeberg.org/darkrenaissance/darkfi"
  7. license = "AGPL-3.0-only"
  8. edition = "2021"
  9. [workspace]
  10. [dependencies]
  11. anyhow = "1.0.102"
  12. darkfi = {path = "../../../", features = ["blockchain"]}
  13. darkfi-sdk = {path = "../../../src/sdk"}
  14. [patch.crates-io]
  15. halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
  16. [lints]
  17. workspace = true