-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (29 loc) · 1.06 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
[package]
name = "loom-usage"
version = "0.1.0"
edition = "2021"
[dependencies]
alloy = { version = "0.5.4", features = [
"full",
"json-rpc",
"node-bindings",
"rand",
"rlp",
"rpc-types-anvil",
"rpc-types-json",
"rpc-types-trace",
"serde",
] }
alloy-provider = { version = "0.5.4", features = ["anvil-api", "anvil-node", "debug-api", "ipc", "pubsub", "reqwest", "ws"] }
alloy-primitives = { version = "0.8.9", features = ["rand"] }
alloy-rpc-types = "0.5.4"
anyhow = "1.0.91"
loom-node-debug-provider = { git = "https://github.com/dexloom/loom/", version = "0.2.0" }
loom-defi-abi = { git = "https://github.com/dexloom/loom/", version = "0.2.0" }
# defi-address-book = { git = "https://github.com/dexloom/loom/", version = "0.2.0" }
# defi-entities = { git = "https://github.com/dexloom/loom/", version = "0.2.0" }
loom-defi-pools = { git = "https://github.com/dexloom/loom/", version = "0.2.0" }
# loom-revm-db = { git = "https://github.com/dexloom/loom/", version = "0.2.0" }
# rand = "0.8.5"
tokio = { version = "1.41.0", features = ["full"] }
dotenv = "0.15.0"