Skip to content

Commit

Permalink
refactor: move the circuits from assets to examples (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
curryrasul committed Jun 8, 2024
1 parent fae6fb0 commit 902b7aa
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Args {
short,
long,
help = "Path to the input file",
default_value = "./src/assets/circuit.circom"
default_value = "./examples/circuit.circom"
)]
pub input: PathBuf,

Expand Down

0 comments on commit 902b7aa

Please sign in to comment.