-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
23 lines (20 loc) · 879 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"
thiserror = "2.0.10"
[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"]