mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-01 09:17:41 +00:00
fc823e7187
* fix(CI): add conditional to nightly build * fix(CI): add include into matrix build
14 lines
372 B
TOML
14 lines
372 B
TOML
[package]
|
|
name = "rln-cli"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rln = { path = "../rln", default-features = true, features = ["arkzkey"] }
|
|
clap = { version = "4.2.7", features = ["cargo", "derive", "env"]}
|
|
clap_derive = { version = "=4.2.0" }
|
|
color-eyre = "=0.6.2"
|
|
# serialization
|
|
serde_json = "1.0.48"
|
|
serde = { version = "1.0.130", features = ["derive"] }
|