mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
16 lines
419 B
TOML
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"}
|
|
|