forked from dexloom/loom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
46 lines (41 loc) · 1.07 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
36
37
38
39
40
41
42
43
44
45
46
[package]
name = "gasbench"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
exclude.workspace = true
[dependencies]
clap.workspace = true
colored.workspace = true
env_logger.workspace = true
eyre.workspace = true
lazy_static.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
alloy-consensus.workspace = true
alloy-network.workspace = true
alloy-primitives.workspace = true
alloy-provider.workspace = true
alloy-rpc-types.workspace = true
alloy-transport.workspace = true
revm.workspace = true
debug-provider.workspace = true
defi-actors.workspace = true
defi-address-book.workspace = true
defi-entities.workspace = true
defi-events.workspace = true
defi-types.workspace = true
loom-actors.workspace = true
loom-actors-macros.workspace = true
loom-multicaller.workspace = true
loom-revm-db.workspace = true
loom-utils.workspace = true
defi-abi.workspace = true
[dependencies.alloy]
features = ["full"]
workspace = true