mirror of
https://github.com/codex-storage/proof-aggregation.git
synced 2025-02-10 13:46:55 +00:00
22 lines
858 B
TOML
22 lines
858 B
TOML
[workspace]
|
|
members = ["codex-plonky2-circuits","plonky2_poseidon2","proof-input","workflow"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = { version = "1.0.89", default-features = false}
|
|
unroll = { version = "0.1.5", default-features = false }
|
|
plonky2 = { version = "1.0.0", default-features = false }
|
|
plonky2_field = { version = "1.0.0", default-features = false }
|
|
plonky2_maybe_rayon = { version = "1.0.0", default-features = false }
|
|
itertools = { version = "0.12.1", default-features = false }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/codex-storage/proof-aggregation"
|
|
repository = "https://github.com/codex-storage/proof-aggregation"
|
|
keywords = ["cryptography", "SNARK", "plonky2", "Codex"]
|
|
categories = ["cryptography"] |