mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
21 lines
502 B
TOML
21 lines
502 B
TOML
[package]
|
|
name = "status_rln_prover"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.37", features = ["derive"] }
|
|
tonic = "0.13"
|
|
prost = "0.13"
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
|
tonic-reflection = "0.13"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
|
tracing = "0.1.41"
|
|
tracing-test = "0.2.5"
|
|
alloy = { version = "0.15", features = ["full"] }
|
|
thiserror = "2.0"
|
|
futures = "0.3"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "*"
|