Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Jan 30, 2024
1 parent 1af5678 commit fa0aa52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions succint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"framework": "plonky2x",
"baseDir": ".",
"buildCommand": "cargo build --release --bin sync && mv target/release/sync build/ && RUST_LOG=debug ./build/sync build",
"proveCommand": "RUST_LOG=debug ./build/sync prove input.json",
"requiredArtifacts": [
"sync"
]
"proveCommand": "RUST_LOG=debug ./build/sync prove input.json"
}
]
}

0 comments on commit fa0aa52

Please sign in to comment.