-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (25 loc) · 1.18 KB
/
Cargo.toml
File metadata and controls
30 lines (25 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[workspace]
members = ["replay", "tools", "profiler-sdk", "state-reader"]
# Explicitly set the resolver to the default for edition >= 2021
# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
resolver = "2"
[workspace.dependencies]
starknet-types-core = "0.2.0"
tracing = "0.1"
serde_json = "1.0.135"
serde_with = "3.12.0"
serde = "1.0.219"
fs2 = "0.4.3"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "b3fea26c8a3f3a48d0f1b473d7439435c6389083" }
cairo-vm = "3.0.1"
anyhow = "1.0"
# Cairo Dependencies
cairo-lang-filesystem = "~2.16.0"
cairo-lang-starknet-classes = "~2.16.0"
cairo-lang-starknet = "~2.16.0"
cairo-lang-compiler = "~2.16.0"
cairo-lang-sierra = "~2.16.0"
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "995d850b31ff942058e400b69e853a437bbbedde" } # update_native
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "995d850b31ff942058e400b69e853a437bbbedde", features = [ "cairo_native", ] } # update_native
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "995d850b31ff942058e400b69e853a437bbbedde" } # update_native