Skip to content

Commit

Permalink
Aleo VM interpretation and misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenfield committed Nov 21, 2024
1 parent 148183f commit b2f7fd7
Show file tree
Hide file tree
Showing 8 changed files with 2,371 additions and 1,166 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ default-features = false
version = "1.11.1"

[workspace.dependencies.snarkvm]
# path = "../SnarkVM"
version = "1.0.0"

[workspace.dependencies.serde]
Expand Down
7 changes: 5 additions & 2 deletions interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ license = "GPL-3.0"
edition = "2021"
rust-version = "1.82.0"

[dependencies.snarkvm]
workspace = true

[dependencies.snarkvm-circuit]
version = "1.0.0"

[dependencies.snarkvm]
workspace = true
[dependencies.snarkvm-synthesizer-program]
version = "1.0.0"

[dependencies.leo-ast]
workspace = true
Expand Down
Loading

0 comments on commit b2f7fd7

Please sign in to comment.