mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
* Add the remaining crates to cargo workspace * Merge branch 'unstable' into add-remaining-crates-workspace
25 lines
664 B
TOML
25 lines
664 B
TOML
[package]
|
|
name = "genesis"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
eth1_test_rig = { workspace = true }
|
|
sensitive_url = { workspace = true }
|
|
|
|
[dependencies]
|
|
environment = { workspace = true }
|
|
eth1 = { workspace = true }
|
|
ethereum_hashing = { workspace = true }
|
|
ethereum_ssz = { workspace = true }
|
|
futures = { workspace = true }
|
|
int_to_bytes = { workspace = true }
|
|
merkle_proof = { workspace = true }
|
|
rayon = { workspace = true }
|
|
slog = { workspace = true }
|
|
state_processing = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tree_hash = { workspace = true }
|
|
types = { workspace = true }
|