Files
darkfi/bin/zkas/Cargo.toml
2023-07-20 12:23:58 +02:00

14 lines
411 B
TOML

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