Files
status-rln-prover/prover_client/Cargo.toml
Sydhds 1e813c6710 Initial code for tracing + oltp (#19)
* Initial code for tracing + oltp
* Add tracing for all grpc endpoints + proof services + epoch service
* Trace result and errors for grpc endpoints
2025-07-16 11:33:43 +02:00

18 lines
365 B
TOML

[package]
name = "prover_client"
version = "0.1.0"
edition = "2024"
[dependencies]
# TODO: workspace?
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
# TODO: workspace?
tonic = "0.13.1"
prost = "0.13"
clap = { version = "4.5.40", features = ["derive", "wrap_help"] }
alloy.workspace = true
sha2 = "0.10"
[build-dependencies]
tonic-build = "*"