Files
zk-toolkit/Cargo.toml
2023-09-28 18:35:50 +09:00

16 lines
256 B
TOML

[package]
name = "zk_toolkit"
version = "0.1.0"
edition = "2021"
[dependencies]
bitvec = "1"
hex = "0.4.3"
nom = "7.1.1"
num-bigint = { version = "0.4.3", features = ["rand"] }
num-traits = "0.2"
once_cell = "1.18.0"
rand = "0.8.5"
rand_chacha = "0.3.1"