add missing deps

This commit is contained in:
Giacomo Pasini 2025-04-24 10:34:41 +02:00
parent 5b0a5a11cf
commit b294832b3c
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -3,9 +3,11 @@ name = "evm-prover"
edition = { workspace = true }
[dependencies]
axum = "0.8.3"
clap = { version = "4.5", features = ["derive"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.44.2", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }