aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-13 14:52:23 -0300
committermsi2025-11-13 14:52:23 -0300
commit901713323c305809dbcf20c2d33505e2c65ea5eb (patch)
treeda9f5a95348b0f2a29b797196a112b0cf548805b /web/template/Cargo.toml
parent3e51ca5cea08d8f20e579cdac7aa296f96967439 (diff)
downloadtemplates-901713323c305809dbcf20c2d33505e2c65ea5eb.tar.gz
Add request uuid
Diffstat (limited to 'web/template/Cargo.toml')
-rw-r--r--web/template/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml
index 0c41cb9..c43f0bf 100644
--- a/web/template/Cargo.toml
+++ b/web/template/Cargo.toml
@@ -12,6 +12,6 @@ axum = "=0.8.6"
minijinja = "=2.12.0"
serde = { version = "=1.0.228", features = ["derive"] }
tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
-tower-http = { version = "=0.6.6", features = ["timeout", "trace", "fs"] }
+tower-http = { version = "=0.6.6", features = ["timeout", "trace", "fs", "request-id"] }
tracing = "=0.1.41"
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }