-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
15 lines (13 loc) · 928 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
resolver = "2"
members = ["lgn-auth", "lgn-messages", "lgn-provers", "lgn-worker"]
[workspace.dependencies]
mp2_common = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "013fd64" }
mp2_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "013fd64" }
parsil = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "013fd64" }
ryhope = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "013fd64" }
verifiable-db = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "013fd64" }
groth16_framework_v1 = { package = "groth16_framework", git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "013fd64" }
[patch.crates-io]
plonky2 = { git = "https://github.com/Lagrange-Labs/plonky2", branch = "upstream" }
plonky2_field = { git = "https://github.com/Lagrange-Labs/plonky2", branch = "upstream" }