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
2 changes: 2 additions & 0 deletions Cargo.lock

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

10 changes: 6 additions & 4 deletions orchestrator/crates/prover-clients/atlantic-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,24 @@ dotenvy.workspace = true
env_logger.workspace = true
hex.workspace = true
httpmock = { version = "0.8.0-alpha.1", features = ["proxy", "remote"] }
once_cell.workspace = true
opentelemetry.workspace = true
orchestrator-gps-fact-checker.workspace = true
orchestrator-prover-client-interface.workspace = true
orchestrator-utils.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
strum = { workspace = true }
strum_macros = { workspace = true }
strum.workspace = true
strum_macros.workspace = true
swiftness_proof_parser.workspace = true
tempfile.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing = { workspace = true }
tracing.workspace = true
url.workspace = true
uuid.workspace = true

[dev-dependencies]
tokio.workspace = true
httpmock = { version = "0.8.0-alpha.1", features = ["proxy", "remote"] }
tokio.workspace = true
Loading
Loading