Cargo.toml 411 B

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