Cargo.toml 419 B

123456789101112131415
  1. [package]
  2. name = "zktool"
  3. version = "0.4.1"
  4. homepage = "https://dark.fi"
  5. description = "ZK multitool program"
  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.2.2", features = ["derive"]}
  12. darkfi = {path = "../../", features = ["zkas"]}
  13. darkfi-sdk = {path = "../../src/sdk"}