Skip to content

Commit

Permalink
use same deps as blockifier
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 4, 2024
1 parent eb585ff commit dc00b3e
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 695 deletions.
142 changes: 5 additions & 137 deletions Cargo.lock

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

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,20 @@ cairo-lang-runner = { version = "2.8.2", optional = true }
colored = { version = "2.1.0", optional = true }
# needed to interface with cairo-lang-*
keccak = "0.1.5"
k256 = "0.13.4"
p256 = "0.13.2"
sha2 = "0.10.8" # needed for the syscall handler stub
scarb-metadata = { version = "1.12.0", optional = true }
scarb-ui = { version = "0.1.5", optional = true }
sec1 = "0.7.3"
serde_json = { version = "1.0.125" }
stats_alloc = "0.1.10"

# for the syscallhandler stub to match blockifier
ark-secp256k1 = "0.4.0"
ark-secp256r1 = "0.4.0"
ark-ec = "0.4.2"
ark-ff = "0.4.2"
num-integer = "0.1.46"

[dev-dependencies]
cairo-vm = { version = "1.0.1", features = ["cairo-1-hints"] }
cairo-lang-runner = "2.8.2"
Expand Down
Loading

0 comments on commit dc00b3e

Please sign in to comment.