-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (27 loc) · 1.05 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
[package]
name = "immutable-exex"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
tempfile = "3.10.1"
[dependencies]
reth = { git = "https://github.com/paradigmxyz/reth" }
reth-node-api = { git = "https://github.com/paradigmxyz/reth" }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth" }
reth-exex = { git = "https://github.com/paradigmxyz/reth" }
reth-primitives = { git = "https://github.com/paradigmxyz/reth" }
reth-provider = { git = "https://github.com/paradigmxyz/reth" }
reth-exex-test-utils ={ git = "https://github.com/paradigmxyz/reth" }
reth-testing-utils = {git = "https://github.com/paradigmxyz/reth"}
reth-execution-types = {git = "https://github.com/paradigmxyz/reth"}
eyre = "0.6.12"
futures = "0.3.30"
alloy-sol-types = { version = "0.7.2", features = ["json"] }
once_cell = "1.19.0"
alloy-rlp = "0.3.4"
brotli2 = "0.3.2"
rusqlite = "0.31.0"
tokio = "1.38.0"
rand = "0.8.5"