runtime: add request context tracing

This commit is contained in:
a.tolmachev
2026-05-01 11:52:43 +00:00
parent 7be6bed347
commit 9b7bd9ad03
3 changed files with 114 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
axum.workspace = true
@@ -29,3 +30,4 @@ futures-util = "0.3"
time.workspace = true
tokio.workspace = true
tokio-tungstenite.workspace = true
tracing-subscriber.workspace = true