mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
* Replace `lazy_static` with `LazyLock`. * Merge branch 'unstable' into remove-lazy-static # Conflicts: # beacon_node/lighthouse_network/src/peer_manager/mod.rs * Lint fixes. * Merge branch 'unstable' into remove-lazy-static # Conflicts: # beacon_node/beacon_chain/src/metrics.rs * Moar lint fixes. * Update rust version to 1.80.0. * Merge branch 'unstable' into remove-lazy-static
17 lines
473 B
TOML
17 lines
473 B
TOML
[package]
|
|
name = "state_transition_vectors"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = { workspace = true }
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
state_processing = { workspace = true }
|
|
types = { workspace = true }
|
|
ethereum_ssz = { workspace = true }
|
|
beacon_chain = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
[features]
|
|
portable = ["beacon_chain/portable"] |