Files
darkfi/bin/zkas/Cargo.toml
2025-05-09 11:32:44 +02:00

17 lines
435 B
TOML

[package]
name = "zkas"
version = "0.5.0"
homepage = "https://dark.fi"
description = "Compiler for the Halo2 zkVM language used in DarkFi."
authors = ["Dyne.org foundation <foundation@dyne.org>"]
repository = "https://codeberg.org/darkrenaissance/darkfi"
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
arg = {git = "https://github.com/parazyd/arg"}
darkfi = {path = "../../", features = ["zkas"]}
[lints]
workspace = true