forked from michaelsproul/dummy_builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (29 loc) · 1.78 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
[package]
name = "dummy_builder"
version = "0.1.0"
edition = "2021"
[dependencies]
tree_hash = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
tree_hash_derive = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
eth2 = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
tokio = { version = "1.0.0", features = ["rt-multi-thread"] }
axum = { version = "0.6.10", features = ["headers"] }
lru = "0.10.0"
serde_json = "1.0.0"
serde = { version = "1.0.0", features = ["derive"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
eventsource-client = "0.11.0"
futures = "0.3.26"
ethereum_serde_utils = "0.5.0"
clap = { version = "4.0.0", features = ["derive"] }
[patch]
[patch.crates-io]
eth2_ssz = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
eth2_ssz_derive = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
eth2_ssz_types = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
eth2_hashing = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
tree_hash = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
tree_hash_derive = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
eth2_serde_utils = { git = "https://github.com/michaelsproul/lighthouse", rev = "634db10003c34d6008a3c6453ed39aab063a50b8" }
arbitrary = { git = "https://github.com/michaelsproul/arbitrary", rev="a572fd8743012a4f1ada5ee5968b1b3619c427ba" }