mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
* Initial code for tracing + oltp * Add tracing for all grpc endpoints + proof services + epoch service * Trace result and errors for grpc endpoints
18 lines
365 B
TOML
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 = "*"
|