Skip to content
Merged
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/dkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libp2p.workspace = true
futures.workspace = true
tokio.workspace = true
tokio-util.workspace = true
chrono.workspace = true
sha2.workspace = true
tracing.workspace = true
either.workspace = true
Expand All @@ -23,7 +24,9 @@ pluto-k1util.workspace = true
pluto-p2p.workspace = true
pluto-cluster.workspace = true
pluto-core.workspace = true
pluto-app.workspace = true
pluto-crypto.workspace = true
pluto-eth2api.workspace = true
pluto-eth1wrap.workspace = true
pluto-eth2util.workspace = true
pluto-parsigex.workspace = true
Expand All @@ -50,6 +53,7 @@ pluto-tracing.workspace = true
serde_json.workspace = true
tokio-util.workspace = true
tempfile.workspace = true
wiremock.workspace = true

[lints]
workspace = true
Loading
Loading