mirror of
https://github.com/sigp/gossipsub-testground.git
synced 2026-01-10 14:08:12 -05:00
* censoring: Update libp2p to the latest revision * scoring: Update libp2p to the latest revision * eth_consensus: Update libp2p to the latest revision * cargo fmt * eth_consensus: Update libp2p and prometheus-client * censoring: Update libp2p and prometheus-client * scoring: Update libp2p and prometheus-client * smoke: Update libp2p and prometheus-client * Update testground * Bump up the rust version
28 lines
1.2 KiB
TOML
28 lines
1.2 KiB
TOML
[workspace]
|
|
|
|
members = [
|
|
"simulation",
|
|
"utils/gen_topology",
|
|
"utils/gen_topology_files"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
# TODO: Update testground once the next version(v0.5.0).
|
|
testground = { git = "https://github.com/testground/sdk-rust.git", rev = "1fd032ec29361a00b25c0c8a6bac5f19a43019eb" }
|
|
tokio = { version = "1.21.2", features = ["macros"] }
|
|
tracing = "0.1.35"
|
|
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
|
|
|
|
[patch]
|
|
[patch.crates-io]
|
|
types = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
eth2_ssz = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
eth2_ssz_types = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
eth2_serde_utils = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
tree_hash = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
eth2_hashing = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
eth2_ssz_derive = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|
|
tree_hash_derive = { git = "https://github.com/divagant-martian/lighthouse", branch = "sizes" }
|