mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
20 lines
483 B
TOML
20 lines
483 B
TOML
[package]
|
|
name = "rlnv2"
|
|
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"
|
|
blake3 = "1.8.2"
|
|
|
|
[patch.crates-io]
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v032"}
|
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v032"}
|