Skip to content

Commit

Permalink
chore: Tweaks for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarth committed Feb 28, 2024
1 parent 32dbfb2 commit 75be876
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 35 deletions.
60 changes: 29 additions & 31 deletions mopro-cli-example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions mopro-cli-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ edition = "2021"


[dependencies]
mopro = { git = "https://github.com/oskarth/mopro.git", package = "mopro-core" }
# mopro-core = { path = "../mopro-core", package = "mopro-core" }
# FIXME: This doesn't work due to custom build command in mopro-core
#mopro = { git = "https://github.com/oskarth/mopro.git", package = "mopro-core" }

# NOTE: This works
mopro-core = { path = "../mopro-core", package = "mopro-core" }

# NOTE: For this to work we need dedicated package, not just workspace
# mopro = { path = "../" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ build_mode = "release" # Options: debug, release
[circuit]
dir = "circuits/multiplier2"
name = "multiplier2"
#dir = "examples/circom/keccak256" # Directory of the circuit
#name = "keccak256_256_test" # Name of the circuit

[dylib]
# NOTE: Dylib support is experimental and requires some fiddling in iOS
Expand Down

0 comments on commit 75be876

Please sign in to comment.