[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 "] 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