Skip to content

Commit

Permalink
build: init state reader crate
Browse files Browse the repository at this point in the history
commit-id:8a8b91d3
  • Loading branch information
Itay-Tsabary-Starkware committed Jul 16, 2024
1 parent 9d16bbc commit c44d947
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ members = [
"crates/mempool_test_utils",
"crates/mempool_types",
"crates/starknet_sierra_compile",
"crates/state_reader",
"crates/task_executor",
"crates/tests-integration",
]
Expand Down Expand Up @@ -50,7 +51,7 @@ indexmap = "2.1.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
mockall = "0.12.1"
mockito = "1.4.0"
mockito = "1.4.0"
num-bigint = { version = "0.4.5", default-features = false }
num-traits = "0.2"
# TODO(YaelD, 28/5/2024): The special Papyrus version is needed in order to be aligned with the
Expand Down
11 changes: 11 additions & 0 deletions crates/state_reader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "state_reader"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]

[lints]
workspace = true
1 change: 1 addition & 0 deletions crates/state_reader/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit c44d947

Please sign in to comment.