Skip to content

Commit

Permalink
axum tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Dec 5, 2023
1 parent 120599f commit 3c2559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strum = { version = "=0.25", features = ["derive"] }
cli-batteries = "0.5"
eyre = "0.6"
anstyle = "=1.0.0"
axum = "0.7"
axum = { version = "0.7", features = ["tracing"] }
tokio = { version = "1.32", features = ["macros"] }

jsonrpc-v2 = { version = "0.12", default-features = false, features = ["easy-errors", "macros", "bytes-v10"] }
Expand Down

0 comments on commit 3c2559a

Please sign in to comment.