mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
19 lines
462 B
TOML
19 lines
462 B
TOML
[package]
|
|
name = "rlnv1"
|
|
version = "0.4.1"
|
|
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
|
license = "AGPL-3.0-only"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
darkfi-sdk = {path = "../../../../src/sdk"}
|
|
darkfi = {path = "../../../../", features = ["zk"]}
|
|
lazy_static = "1.5.0"
|
|
rand = "0.8.5"
|
|
|
|
[patch.crates-io]
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|