Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
remove files and rename the new one (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbono authored and fannyguthmann committed Oct 2, 2023
1 parent 4a16bcb commit 680798f
Show file tree
Hide file tree
Showing 11 changed files with 176 additions and 1,147 deletions.
17 changes: 0 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with_mimalloc = ["dep:mimalloc"]
cairo_1_tests = []

[workspace]
members = ["cli", "fuzzer", "rpc_state_reader", "rpc_state_reader_sn_api"]
members = ["cli", "fuzzer", "rpc_state_reader"]

[workspace.dependencies]
cairo-vm = { version = "0.8.5", features = ["cairo-1-hints"] }
Expand Down
13 changes: 10 additions & 3 deletions rpc_state_reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,24 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
starknet_in_rust = { path = "../", version = "0.3.1" }
ureq = { version = "2.7.1", features = ["json"] }
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = [
"arbitrary_precision",
"raw_value",
] }
starknet_api = { workspace = true }
starknet_api = "0.4.1"
cairo-lang-starknet = { workspace = true }
cairo-lang-utils = { workspace = true }
starknet = { workspace = true }
thiserror = { workspace = true }
flate2 = "1.0.25"
serde_with = "3.0.0"
dotenv = "0.15.0"
cairo-vm = "0.8.5"
blockifier = "0.2.0-rc0"
starknet_in_rust = { path = "../", version = "0.3.1" }

[dev-dependencies]
pretty_assertions_sorted = "1.2.3"
test-case = "3.1.0"
Loading

0 comments on commit 680798f

Please sign in to comment.