Files
darkfi/bin/zktool/Cargo.toml
2023-04-16 17:36:59 +02:00

16 lines
419 B
TOML

[package]
name = "zktool"
version = "0.4.1"
homepage = "https://dark.fi"
description = "ZK multitool program"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
repository = "https://github.com/darkrenaissance/darkfi"
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
clap = {version = "4.2.2", features = ["derive"]}
darkfi = {path = "../../", features = ["zkas"]}
darkfi-sdk = {path = "../../src/sdk"}