Skip to content

Commit

Permalink
fix: fmt Cargo.toml better
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Oct 16, 2024
1 parent 9bcf84c commit 30a78d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion folding-schemes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ noname = { git = "https://github.com/dmpierre/noname" }
serde_json = "1.0.85" # to (de)serialize JSON
serde = "1.0.203"
acvm = { git = "https://github.com/noir-lang/noir", rev = "2b4853e", default-features = false }
noir_arkworks_backend = { package = "arkworks_backend", git = "https://github.com/dmpierre/arkworks_backend", branch = "feat/sonobe-integration" }
noir_arkworks_backend = { package = "arkworks_backend", git = "https://github.com/dmpierre/arkworks_backend",
branch = "feat/sonobe-integration"
}
log = "0.4"

# tmp import for espresso's sumcheck
Expand Down

0 comments on commit 30a78d3

Please sign in to comment.