mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-02-20 19:18:11 +00:00
14 lines
287 B
TOML
14 lines
287 B
TOML
|
[package]
|
||
|
name = "cl"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
blake2 = "0.10.6"
|
||
|
jubjub = "0.10.0"
|
||
|
group = "0.13.0"
|
||
|
rand_core = "0.6.0"
|
||
|
rand_chacha = "0.3.1"
|
||
|
lazy_static = "1.4.0"
|