10
0
Fork 0
mirror of https://github.com/ZeusWPI/ZNS.git synced 2024-10-30 05:24:26 +01:00
zns/zns-cli/Cargo.toml

16 lines
242 B
TOML
Raw Permalink Normal View History

2024-07-29 21:46:56 +02:00
[package]
name = "zns-cli"
version = "0.1.0"
edition = "2021"
2024-08-10 23:47:39 +02:00
[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
base64 = "0.22.0"
num-bigint = "0.4"
num-traits = "0.2"
2024-07-29 21:46:56 +02:00
[dependencies.zns]
version = "0.1.0"
path = "../zns"