Cargo.toml 435 B

12345678910111213141516
  1. [package]
  2. name = "zkas"
  3. version = "0.5.0"
  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://codeberg.org/darkrenaissance/darkfi"
  8. license = "AGPL-3.0-only"
  9. edition = "2021"
  10. [dependencies]
  11. arg = {git = "https://github.com/parazyd/arg"}
  12. darkfi = {path = "../../", features = ["zkas"]}
  13. [lints]
  14. workspace = true