mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
20 lines
463 B
TOML
20 lines
463 B
TOML
|
|
[package]
|
||
|
|
name = "plonky2_ecdsa"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
plonky2 = { path = "../plonky2" }
|
||
|
|
plonky2_util = { path = "../util" }
|
||
|
|
plonky2_field = { path = "../field" }
|
||
|
|
num = "0.4.0"
|
||
|
|
itertools = "0.10.0"
|
||
|
|
rayon = "1.5.1"
|
||
|
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
|
anyhow = "1.0.40"
|
||
|
|
rand = "0.8.4"
|
||
|
|
#env_logger = "0.9.0"
|
||
|
|
#log = "0.4.14"
|