mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
17 lines
435 B
TOML
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
|