forked from matter-labs/foundry-zksync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (32 loc) · 1.01 KB
/
Cargo.toml
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
31
32
33
34
35
[package]
name = "era_cheatcodes"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
revm.workspace = true
era_test_node.workspace = true
zksync_basic_types.workspace = true
zksync_types.workspace = true
zksync_state.workspace = true
multivm.workspace = true
zksync_web3_decl.workspace = true
zksync_utils.workspace = true
foundry-evm-core.workspace = true
foundry-common.workspace = true
foundry-cheatcodes-spec.workspace = true
foundry-cheatcodes.workspace = true
alloy-primitives.workspace = true
alloy-sol-types = { workspace = true, features = ["json"] }
eyre.workspace = true
hex.workspace = true
tracing.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
itertools = "0.12.0"
ethers = { version = "2.0.4", features = ["rustls"] }