Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ license.workspace = true
publish.workspace = true

[dependencies]
anyhow.workspace = true
axum.workspace = true
backon.workspace = true
chrono.workspace = true
futures.workspace = true
Expand Down Expand Up @@ -35,14 +37,17 @@ pluto-cluster.workspace = true
pluto-k1util.workspace = true
pluto-crypto.workspace = true
pluto-ssz.workspace = true
pluto-p2p.workspace = true

[build-dependencies]
pluto-build-proto.workspace = true

[dev-dependencies]
libp2p.workspace = true
pluto-testutil.workspace = true
wiremock.workspace = true
test-case.workspace = true
tower = { workspace = true, features = ["util"] }

[lints]
workspace = true
3 changes: 3 additions & 0 deletions crates/app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ pub mod retry;
/// Obol API client for interacting with the Obol network API.
pub mod obolapi;

/// Monitoring API endpoints for process liveness and readiness.
pub mod monitoringapi;

/// Ethereum CL RPC client management.
pub mod eth2wrap;

Expand Down
Loading
Loading