mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
14 lines
410 B
TOML
14 lines
410 B
TOML
[package]
|
|
name = "zkas"
|
|
version = "0.4.0"
|
|
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.1.4", features = ["derive"]}
|
|
darkfi = {path = "../../", features = ["zkas"]}
|