| 12345678910111213141516171819202122 |
- [package]
- name = "pallas_constants"
- version = "0.4.1"
- description = "Command-line tool to generate pallas::Base constants"
- authors = ["Dyne.org foundation <foundation@dyne.org>"]
- repository = "https://codeberg.org/darkrenaissance/darkfi"
- license = "AGPL-3.0-only"
- edition = "2021"
- [workspace]
- [dependencies]
- anyhow = "1.0.86"
- darkfi = {path = "../../../", features = ["blockchain"]}
- darkfi-sdk = {path = "../../../src/sdk"}
- [patch.crates-io]
- halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v3"}
- [lints]
- workspace = true
|