Skip to content

Commit

Permalink
Sync cargo.toml and main
Browse files Browse the repository at this point in the history
  • Loading branch information
lopeetall committed Feb 22, 2023
1 parent 681c95c commit f9470dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ ff = "0.12.1"
rand_core = "0.6.3"
plonk = { git = "https://github.com/ZK-Garage/plonk", rev = "ec76fd36cc6b9e9d0f7a9495094e76b86e53dab4" }
plonk-core = { git = "https://github.com/ZK-Garage/plonk", rev = "ec76fd36cc6b9e9d0f7a9495094e76b86e53dab4", features = [ "std", "trace", "trace-print" ] }
serde_json = "1.0.93"
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ use halo2_proofs::pasta::{EqAffine, Fp};
use std::ops::Neg;
use halo2_proofs::plonk::keygen_vk;
use num_traits::Num;
//use serde_json::from_reader;

#[derive(Parser)]
#[command(author, version, about, long_about = None)]
Expand Down

0 comments on commit f9470dc

Please # to comment.