Add missing crates to cargo workspace (#6774)

* Add the remaining crates to cargo workspace

* Merge branch 'unstable' into add-remaining-crates-workspace
This commit is contained in:
Mac L
2025-01-10 11:35:05 +04:00
committed by GitHub
parent 05727290fb
commit 348fbdb838
6 changed files with 63 additions and 59 deletions

View File

@@ -9,16 +9,16 @@ eth1_test_rig = { workspace = true }
sensitive_url = { workspace = true }
[dependencies]
futures = { workspace = true }
types = { workspace = true }
environment = { workspace = true }
eth1 = { workspace = true }
rayon = { workspace = true }
state_processing = { workspace = true }
merkle_proof = { workspace = true }
ethereum_ssz = { workspace = true }
ethereum_hashing = { workspace = true }
tree_hash = { workspace = true }
tokio = { workspace = true }
slog = { 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 }