1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 10:53:02 +01:00
2024-09-29 09:57:49 +02:00

11 lines
250 B
TOML

[package]
name = "request-id-response-header"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
tracing-actix-web = { path = "../.." }